meilisearch / arroy

Spotify/Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage :boom:

Home Page:https://docs.rs/arroy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try using `MDB_INTEGERKEY` along with a custom comparator

Kerollmops opened this issue · comments

If we can use both options simultaneously, we can avoid storing the length of the keys and compare the keys as big-endian.