Ideas from the studio · Engineering / Perspective
Field
notes.
The reasoning, the trade-offs and the work behind the screen.
01 / Published notes
02 notes · Newest first
02 / Find a useful starting point
Read with a question.
- Mobile / Threading Which work belongs on which thread? Opens at 02 · Find the work on the critical path.
- Mobile / Measurement What should we measure before optimizing? Opens at 04 · Change one thing. Compare again.
- Security / Assumptions What does the proof system ask us to trust? Opens at 02 · Make the assumptions inspectable.
- Security / Operations What happens when a circuit changes? Opens at 04 · Plan for the next version.
03 / Continue with the documentation
Go to the source.
Primary references behind the two published notes.
- React Native Performance Frame rates, JavaScript work and release-build profiling. reactnative.dev/docs/performance (opens in a new tab)
- React Native Animated The animation API and supported native-driver behavior. reactnative.dev/docs/animated (opens in a new tab)
- Ethereum Zero-knowledge proofs Proof properties, trust assumptions and implementation costs. ethereum.org/zero-knowledge-proofs (opens in a new tab)
From an idea to a real project