from Hacker News

Adventures in data-oriented design – Part 3b: Internal References

by arberavdullahu on 3/18/21, 1:53 PM with 2 comments

  • by adamnemecek on 3/18/21, 5:54 PM

    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