starkdg/mvptree
multiple vantage point distance-based tree data structure
This is a tool for developers who work with large collections of multi-dimensional data, such as feature vectors in machine learning or sensor readings. It helps efficiently organize these data points so you can quickly find items similar to a given target, making data retrieval much faster. This tool is for C++ developers building high-performance applications that require rapid similarity searches.
No commits in the last 6 months.
Use this if you need to perform fast similarity searches or find data points within a certain distance of a target point in large datasets of multi-dimensional vectors.
Not ideal if your data is not easily represented as fixed-size multi-dimensional vectors or if you only need simple exact-match lookups rather than proximity searches.
Stars
8
Forks
—
Language
C++
License
—
Category
Last pushed
Jun 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/starkdg/mvptree"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...