awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Indexing Engines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesIndexing Engines

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.

  1. Home
  2. Data & Databases
  3. Indexing Engines

Awesome Indexing Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • pandas-dev/pandas

    pandas-dev/pandas

    47,918View on GitHub↗

    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.

    Pythonalignmentdata-analysisdata-science
    47,918View on GitHub↗
  • milvus-io/milvus

    milvus-io/milvus

    42,889View on GitHub↗

    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.

    Goannscloud-nativediskann
    42,889View on GitHub↗