awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesKey Seeking

Cursor-based navigation that moves to a specific key or the next available key in a sorted sequence.

Distinct from Key Listing: Distinct from listing (f10_mt2) or renaming (f10_mt4); this is about cursor positioning in a sorted index.

Explore 1 awesome GitHub repository matching data & databases · Key Seeking. Refine with filters or upvote what's useful.

Awesome Key Seeking GitHub Repositories

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

    boltdb/bolt

    14,642Auf GitHub ansehen↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Provides the ability to move a cursor to a specific key or the nearest succeeding key.

    Go
    Auf GitHub ansehen↗14,642
  1. Home
  2. Data & Databases
  3. Key Seeking