Crates.io | chunked-range-alloc |
lib.rs | chunked-range-alloc |
version | 1.0.0 |
created_at | 2025-08-28 15:52:20.05177+00 |
updated_at | 2025-08-28 15:52:20.05177+00 |
description | A simple generic range allocator for chunked external memory |
homepage | |
repository | https://github.com/hcsland/chunked-range-alloc |
max_upload_size | |
id | 1814278 |
size | 42,986 |
A simple range allocator for chunked external memory
chunked-range-alloc
was created for 2 use cases:
Allocation
includes chunk_index
in addition to offset
and len
from_allocations
constructor for loading existing allocations (example: game assets index)bincode
and serde
supportBTree
internally, best-fit search strategy, immediately coalesces on freeLatest stable
Licensed under either of:
at your option.