instant-distance VS tinyhnsw

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

instant-distance

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

tinyhnsw

build your own vector database -- the littlest hnsw (by jbarrow)
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 tinyhnsw
7 1
281 13
0.4% -
5.6 8.7
about 1 month ago 5 months ago
Rust Python
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.

tinyhnsw

Posts with mentions or reviews of tinyhnsw. 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
    I put together a slow (but readable!) HNSW implementation in python to really understand how it works: https://github.com/jbarrow/tinyhnsw

    Indexing time isn't great, but query time is surprisingly good for it being written in unoptimized python and numpy.

What are some alternatives?

When comparing instant-distance and tinyhnsw 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: