2 releases

0.1.1 Feb 3, 2023
0.1.0 Jan 16, 2023

#1528 in Algorithms

37 downloads per month

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

~325–780KB
~18K SLoC