Join Nostr
2026-04-08 07:07:18 UTC

Stefan Reinalter on Nostr: Large-array index-based intrusive linked lists are underrated for fully dynamic ...

Large-array index-based intrusive linked lists are underrated for fully dynamic gameplay.

Every operation is O(1), no memory allocation anywhere, serialization of the whole tree-like data structure is a single memcpy.

For performance, simply work on the large array in bulk.