Hacker News new | past | comments | ask | show | jobs | submit login
Adventures in data-oriented design – Part 3b: Internal References (molecular-matters.com)
73 points by arberavdullahu on March 18, 2021 | hide | past | favorite | 2 comments



Generational arenas are really nice. I don't know why they are being discovered only now. Like e.g. graphs implemented using generational arenas play nicely with CPU cache.

For anyone who cares, here's my Rust crate that's like petgraph but with generational arenas.

https://github.com/adamnemecek/pgraph


They’re not new this article is from 2013 for example and the general idea is older still. But I think interest in Rust, the ECS pattern and the associated advantage of easier ownership semantics that handles provide explain their wider popularity.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: