mccolljr / segvec

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
33 stars 4 forks source link

Small simplification #24

Closed cehteh closed 1 year ago

cehteh commented 1 year ago

the special case for segment == 0 is not neccessary