spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
989 stars 27 forks source link

Search sorted usize #1410

Closed gatesn closed 1 day ago

gatesn commented 1 day ago

It's a small difference, but we tend to use u64 to refer specifically to meaningful u64 data, whereas usize is for generic unsigned integers outside the data domain.