Journal entry for
Thought while simplifying and getting to understand Reflex’ Spider implementation:
- When doing this work I focused on ignoring things which are performance optimizations, e.g. ‘FastWeakBag’ over ‘WeakBag’ This allows seeing more patterns. When you’ve gotten to the essence of things you can re-introduce optimizations.