1 dépôt
Reading and writing high-dimensional vector matrices to binary files for exchange between tools.
Distinguishing note: Candidates focus on sparse matrices or image rendering; this is specifically about binary serialization of dense vector matrices.
Explore 1 awesome GitHub repository matching data & databases · Binary Matrix Serialization. Refine with filters or upvote what's useful.
USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo
Supports loading and saving standard binary matrix files to exchange data between different similarity search tools.