2 repos
Mechanisms for mapping labels to memory offsets for data alignment.
Distinguishing note: Focuses on the engine layer for alignment rather than user-facing index manipulation.
Explore 2 awesome GitHub repositories matching data & databases · Indexing Engines. Refine with filters or upvote what's useful.
Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized
Facilitates automatic data alignment during arithmetic and merging operations via label-to-offset mapping.
Milvus is a specialized vector database engine designed for the indexing, management, and high-speed similarity retrieval of high-dimensional vector embeddings. It functions as a similarity search engine capable of identifying nearest neighbors within large-scale vector spaces, supporting the storage and retrieval of billions of data points while maintaining consistent performance. The system utilizes a distributed architecture that decouples storage, query, and coordination into independent services, allowing for horizontal scaling across clusters. It employs a global indexing mechanism that
Implements specialized indexing structures to enable high-performance similarity searches across massive vector datasets.