Array of T with dynamic allocations of N entries for slabs of size M
Find a file
2021-01-26 11:18:17 +01:00
.github initial commit 2021-01-26 11:18:17 +01:00
src initial commit 2021-01-26 11:18:17 +01:00
.gitignore initial commit 2021-01-26 11:18:17 +01:00
Cargo.toml initial commit 2021-01-26 11:18:17 +01:00
LICENSE initial commit 2021-01-26 11:18:17 +01:00
README.md initial commit 2021-01-26 11:18:17 +01:00
rust-toolchain initial commit 2021-01-26 11:18:17 +01:00

slabvec

Array of T with dynamic allocations of N entries for slabs of size M

The array will dynamically allocate slabs of size M to extend its internal linked list, which will extend the capacity by N.

Currently nightly until #![feature(min_const_generics)] hits stable with 1.51.