Draft:Libvictor
Submission declined on 27 May 2025 by Tarlby (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
| ![]() |
libvictor is an open-source C library designed for high-performance vector search and approximate nearest neighbor (ANN) algorithms. It implements several indexing structures, including HNSW (Hierarchical Navigable Small World) and inverted file (IVF) methods, for efficient search in high-dimensional vector spaces.
Overview
[edit]libvictor focuses on modularity and flexibility, enabling integration into custom vector databases or embedding-based search engines. It is intended to provide a lightweight and efficient alternative to existing libraries like FAISS and hnswlib[1], with support for customizable distance metrics and multi-index or sharding architectures.
libvictor is implemented entirely in the C programming language and exposes bindings for other languages including Python, Go (Golang), and Java, allowing it to be used in a wide range of environments and applications.
Features
[edit]- Support for HNSW and IVF indexing structures
- Implementation of various distance metrics (e.g., L2, inner product)
- Written entirely in C for maximum performance and portability
- Bindings available for Python, Go, and Java
- Multi-index and sharding support
- Minimal external dependencies
Licensing
[edit]libvictor is released under the GNU Lesser General Public License (LGPL) version 3.
Usage
[edit]libvictor can be used to create high-performance vector indices for applications such as recommendation systems, semantic search, and machine learning model serving. Its design makes it well-suited for embedding-based search systems and cases where fine-grained control over memory allocation and indexing behavior is required.
External links
[edit]References
[edit]- ^ nmslib/hnswlib, nmslib, 2024-03-18, retrieved 2024-03-19
- in-depth (not just passing mentions about the subject)
- reliable
- secondary
- independent of the subject
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.