awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ramsey/uuidAvatar de ramsey

    ramsey/uuid

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

Explorar subetiquetas

  • 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