---
title: "meilisearch/arroy: Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage :boom:"
url: https://daily.dev/posts/meilisearch-arroy-annoy-inspired-approximate-nearest-neighbors-in-rust-based-on-lmdb-and-optimized-zyxzsfdun
source_url: https://github.com/meilisearch/arroy
type: article
source: "Lobsters"
published: 2023-12-01T18:49:17.951Z
updated: 2025-09-06T02:41:07.205Z
tags: ["meilisearch", "rust"]
reading_time: 4
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

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

**[Lobsters](https://daily.dev/sources/lobsters)** · 4 min read · 1 upvotes · 0 comments

## Summary

Arroy is a Rust library for searching vectors in space that are close to a given query vector. It is based on LMDB and is optimized for memory usage. It is useful for finding nearest neighbors and can be used by multiple processes simultaneously. The library has additional features compared to Annoy, but also has some missing features like multithreading and Python support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/meilisearch/arroy>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#meilisearch](https://daily.dev/tags/meilisearch), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/meilisearch-arroy-annoy-inspired-approximate-nearest-neighbors-in-rust-based-on-lmdb-and-optimized-zyxzsfdun)
