mbrubeck / mediumvec

Rust collections optimized for size
Apache License 2.0
11 stars 5 forks source link

mediumvec

Vec32<T>, a version of Vec<T> that is indexed by u32 instead of usize, for a slight reduction in size on 64-bit platforms.