instant-distance VS hnsw-rust

Compare instant-distance vs hnsw-rust and see what are their differences.

instant-distance

Fast approximate nearest neighbor searching in Rust, based on HNSW index (by instant-labs)

hnsw-rust

HNSW implementation in Rust. Reference: https://arxiv.org/ftp/arxiv/papers/1603/1603.09320.pdf (by swapneel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
instant-distance hnsw-rust
7 2
281 213
0.4% -
5.6 5.7
about 1 month ago about 2 months ago
Rust Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

instant-distance

Posts with mentions or reviews of instant-distance. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.

hnsw-rust

Posts with mentions or reviews of hnsw-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Show HN: A fast HNSW implementation in Rust
    6 projects | news.ycombinator.com | 14 Mar 2024
    Happy to see people working on vector search in Rust. Keep it up!

    As far as HNSW implementations go, this one appears to be almost entirely unfinished. Node insertion logic is missing (https://github.com/swapneel/hnsw-rust/blob/b8ef946bd76112250...) and so is the base layer beam search.

    OP, have you perhaps pushed an outdated branch?

What are some alternatives?

When comparing instant-distance and hnsw-rust you can also consider the following projects:

hora - 🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .

hnswlib - Header-only C++/python library for fast approximate nearest neighbors

bat - A cat(1) clone with wings.

rust - Empowering everyone to build reliable and efficient software.

ann-benchmarks - Benchmarks of approximate nearest neighbor libraries in Python

vector-db-benchmark - Framework for benchmarking vector search engines

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