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 RepositoriesIdentifier Storage Optimizations

Techniques for encoding unique identifiers to reduce their storage footprint and improve indexing performance in databases.

Distinct from Data Storage Optimizers: Distinct from general data storage optimizers by focusing specifically on the representation and sorting of unique identifiers for index efficiency.

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

Awesome Identifier Storage Optimizations GitHub Repositories

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

    ramsey/uuid

    12,620Auf GitHub ansehen↗

    This PHP library provides tools for generating and validating universally unique identifiers according to RFC 4122 standards. It implements a generation tool for creating version 1, 3, 4, and 5 identifiers, as well as sequential and Nil UUIDs. The library features specialized capabilities for transforming identifiers between hexadecimal strings, binary bytes, integers, and date objects. It supports the generation of sequential identifiers to improve database indexing and storage performance, as well as deterministic name-based identifiers using MD5 or SHA-1 hashing. The project includes a va

    Implements sequential identifier generation and binary encoding to optimize database indexing and reduce storage fragmentation.

    PHPguididentifiersphp
    Auf GitHub ansehen↗12,620
  1. Home
  2. Data & Databases
  3. Data Storage Optimizers
  4. Identifier Storage Optimizations

Unter-Tags erkunden

  • Log Segment IndexingOptimization of log storage through the use of segments and sparse index files. **Distinct from Identifier Storage Optimizations:** Specifically addresses the organization of append-only logs and sparse indices rather than general identifier encoding