awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesComplex Data Type Indexing

Indexing strategies for non-scalar types like lists, sets, and sorted sets to enable efficient range and membership queries.

Distinct from Large-Scale Dataset Management: Focuses on the indexing of complex data structures rather than the raw capacity management of terabyte-scale datasets

Explore 1 awesome GitHub repository matching data & databases · Complex Data Type Indexing. Refine with filters or upvote what's useful.

Awesome Complex Data Type Indexing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nutsdb/nutsdbAvatar von nutsdb

    nutsdb/nutsdb

    3,554Auf GitHub ansehen↗

    NutsDB is an ACID-compliant, embedded transactional storage engine that functions as both a disk-backed key-value store and an in-memory data structure store. It provides atomic and serializable transactions with commit and rollback capabilities to ensure strict data consistency for applications requiring a lightweight persistence layer. The engine distinguishes itself by supporting a variety of complex data types, including lists, sets, and sorted sets, alongside standard byte-slice storage. It implements a transactional storage model featuring hot backups and a compaction algorithm to maint

    Organizes diverse datasets using lists, sets, and sorted sets to enable efficient range scans and membership checks.

    Godata-structuresdatabasego
    Auf GitHub ansehen↗3,554
  1. Home
  2. Data & Databases
  3. Large-Scale Dataset Management
  4. Complex Data Type Indexing