top | item 37996314

(no title)

chickenchicken | 2 years ago

Now you need a garbage collector for your indices and have reinvented object oriented programming via references.

That’s not a bad thing

discuss

order

oconnor663|2 years ago

I'd love to know more about how different games deal with deletion. Like I assume some (most?) allow generational indexes to dangle, and so any lookup might fail or return null or something. But maybe others try to aggressively clean up dangling references, and their lookup API tries to be infallible? I have no idea! :)