• 0 Posts
  • 20 Comments
Joined 9 months ago
cake
Cake day: September 22nd, 2023

help-circle




  • At what point will llogiq realize no one cares about crate of the week, and simply remove it from the newsletter? Even if there are suggestions, it almost always just amounts to whoever decided to advertise their own niche crate that week. I'm not surprised the community has basically given up on it at this point.











  • If you want to go one step further, a lot of game development uses a generational index, where the index is both a value and a generation, allowing you to know whether the index you currently have stored references an object that has already been destroyed and replaced by another object. Basically every ECS framework I've ever seen uses this pattern.