awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ramsey/uuidAvatar ramsey

    ramsey/uuid

    12,620Vezi pe GitHub↗

    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
    Vezi pe GitHub↗12,620
  1. Home
  2. Data & Databases
  3. Data Storage Optimizers
  4. Identifier Storage Optimizations

Explorează sub-etichetele

  • 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