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

Use append when we're creating the last index

irevoire opened this issue · comments

commented

When building the indexes. If we are writing the last prefix of the database, we can use append instead of put which should be faster.

commented

Fixed by #11