Arroy Versions Save

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

v0.3.0

2 months ago

What's Changed

Full Changelog: https://github.com/meilisearch/arroy/compare/v0.2.0...v0.3.0

v0.2.0

4 months ago

A lot of stuff was implemented since the last release, but to sum up the most important one: Arroy now comes with multi-threading and incremental indexing. That officially makes it faster than annoy by a good margin :tada:

A lot of work has been put into making sure the generated trees are valid and working as well.

The whole list of changes

New Contributors

Full Changelog: https://github.com/meilisearch/arroy/compare/v0.1.0...v0.2.0

v0.1.0

4 months ago

Initial release yay! :tada:

See the readme to see everything that was implemented.