Skip to content

Important Pure Functional Optimization

Compare
Choose a tag to compare
@bryanedds bryanedds released this 01 Dec 22:33
· 12332 commits to master since this release

Previously, due to my lack of imagination, looking up entities required 3 map look-ups. With the new optimization, only a single look-up is needed, enhancing Nu's baseline performance and scalability significantly.

And that's about it for this release!

Changes in detail -

Using Vmap in Effect. 6dd85cb
Important and significant optimization of Entity updates. a7b29e9