Hacker News new | ask | show | jobs
by harles 1019 days ago
Its Entity is a pointer by a different name - in that it comes with all the classic problems of pointers. They just happen to live inside Bevy’s memory manager.
1 comments

An entity has a generational index though which gets around the whole ABA problem of pointers.