Open kgorking opened 1 year ago
Use something like a sparse_set to manage the chunk storage. Keep them ordered, without the need to move them around too much (swap-from-last erases ok).
Reason:
References:
Plan:
Well nuts to that. Wrote an allocator instead.
Use something like a sparse_set to manage the chunk storage. Keep them ordered, without the need to move them around too much (swap-from-last erases ok).