←back to thread

634 points david927 | 1 comments | | HN request time: 0.213s | source

What are you working on? Any new ideas that you're thinking about?
1. aapoalas ◴[] No.41345625[source]
A data-oriented JavaScript engine called Nova (https://github.com/trynova/nova and https://trynova.dev/), basically trying to answer the question of "what if everything in the JS engine heap was stored in vectors in creation order?" This has some interesting properties; it's basically an ECS kind of engine.