2 releases

0.1.1 Feb 3, 2023
0.1.0 Jan 16, 2023

#1578 in Algorithms

MIT/Apache

17KB
351 lines

space_alloc

General purpose unidimensional space allocators.

These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return Allocations with an offset and size that the user can interpret in whichever way they need, for instance, GPU space division.


lib.rs:

General purpose space allocators. These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return [Allocation]s with an offset and size that the user can interpret in whichever way they need.

Dependencies

~0.4–0.8MB
~20K SLoC