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 RepositoriesZero-Copy Substring Extraction

Retrieving string segments by creating new references to existing memory without duplicating data.

Distinct from Substring Extraction Methods: Specializes in zero-copy memory references rather than general index-based extraction

Explore 1 awesome GitHub repository matching software engineering & architecture · Zero-Copy Substring Extraction. Refine with filters or upvote what's useful.

Awesome Zero-Copy Substring Extraction GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bdwgc/bdwgcAvatar de bdwgc

    bdwgc/bdwgc

    3,418Ver en GitHub↗

    This project is a garbage collection library and memory allocator for C and C++ that provides automatic reclamation of unreachable objects. It functions as a memory management system that can replace standard allocation functions to automate memory reclamation without requiring source modification. The system is distinguished by its ability to perform incremental and generational garbage collection to reduce application pauses, as well as parallel collection to distribute tracing across multiple CPU cores. It includes a specialized string manipulation library that uses shared structures to en

    Creates new string references representing specific ranges from existing sequences without duplicating underlying data.

    Ccc-plus-pluscplusplus
    Ver en GitHub↗3,418
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Substring Length Metrics
  5. Substring Extraction Methods
  6. Zero-Copy Substring Extraction