



A Rust implementation of the HNSW (Hierarchical Navigable Small World) approximate nearest neighbor search algorithm, useful for building high-performance, memory-safe vector search components in Rust-based AI and retrieval systems.
Loading more......
Category: SDKs & Libraries
Brand: rust-cv
Website/Source: https://github.com/rust-cv/hnsw
License: MIT
Slug: hnsw-rust
A Rust implementation of the Hierarchical Navigable Small World (HNSW) approximate nearest neighbor (ANN) search algorithm, designed for fast, memory-safe vector search in Rust-based AI, retrieval, and search systems.
serde integration (optional feature flag): enable the serde feature to serialize and deserialize HNSW data structures.examples, benches folders) to demonstrate usage patterns and performance.tests, implementation.md) documenting and validating the algorithm behavior.ensure_no_std directory, indicating attention to usage in constrained environments (where applicable).