awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesPooled Array Materialization

Materializing query results into arrays rented from a shared pool to reduce memory pressure.

Distinct from Shared Memory Management: Focuses on the allocation and reuse of arrays for results rather than general inter-process shared memory.

Explore 1 awesome GitHub repository matching software engineering & architecture · Pooled Array Materialization. Refine with filters or upvote what's useful.

Awesome Pooled Array Materialization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cysharp/zlinqAvatar de Cysharp

    Cysharp/ZLinq

    4,935Ver en GitHub↗

    ZLinq is a zero-allocation LINQ library and memory-efficient collection toolkit for C#. It provides a high-performance replacement for standard query operations by using value-type enumerators and pooled memory to eliminate heap allocations and reduce garbage collection overhead. The library features a C# source generator that automatically routes standard query method calls to these zero-allocation implementations. It further accelerates data processing through a SIMD accelerated data library, using hardware vectorization for numeric aggregations and bulk operations on primitive arrays and s

    Materializes results into arrays from a shared pool to minimize memory pressure and garbage collection.

    C#c-sharplinqunity
    Ver en GitHub↗4,935
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Pooled Array Materialization