issues
search
mccolljr
/
segvec
SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
35
stars
5
forks
source link
Make SegVec const-generic
#17
Closed
mccolljr
closed
1 year ago
mccolljr
commented
1 year ago
remove
with_factor
and
with_capacity_and_factor
add a
const FACTOR: usize
parameter
made
new
const
with_factor
andwith_capacity_and_factor
const FACTOR: usize
parameternew
const