awesome-repositories.comश्रेणियाँब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cysharp/zlinqCysharp का अवतार

    Cysharp/ZLinq

    4,935GitHub पर देखें↗

    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
    GitHub पर देखें↗4,935
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Pooled Array Materialization