Ankur Sethi's Lab Notebook · Jul 10, 2026
Data locality (sometimes) beats algorithmic complexity
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
I've been ECS -curious ever since I learned about it in the Bevy game engine documentation . The ECS architecture predictably improves performance in languages that give you low-level control over memory (C, C++, Rust, Zig, and friends). But how does it fare when used in high-level, dynamic, garbage-collected languages such as JavaScript? This is the question Dan Murphy set out to answer in The…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.