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

Optimize Exponential #23

Closed cehteh closed 1 year ago

cehteh commented 1 year ago

Subtraction is faster than modulo of course .