awesome-repositories.com
ब्लॉग
awesome-repositories.com

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesMessage-Passing Allocators

Memory allocators that distribute resources via messaging to minimize contention in producer-consumer patterns.

Distinct from Memory Allocators: Specifically uses a messaging system for distribution, distinct from general heap or system allocators.

Explore 1 awesome GitHub repository matching part of an awesome list · Message-Passing Allocators. Refine with filters or upvote what's useful.

Awesome Message-Passing Allocators GitHub Repositories

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

    microsoft/verona

    3,723GitHub पर देखें↗

    Verona is a research programming language designed to prevent data races through a system of concurrent ownership and deep immutability. It utilizes a deeply immutable memory model to ensure that complex objects cannot be mutated, allowing data to be shared across concurrent threads without synchronization locks. The project features a deterministic parallel execution engine that ensures reproducible outputs regardless of thread timing. It employs a region-based memory manager to assign memory regions to specific threads or processes, reducing contention in producer-consumer workloads. The s

    Employs a message-passing allocator to distribute memory and reduce contention in producer-consumer workloads.

    C++
    GitHub पर देखें↗3,723
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Memory Allocators
  5. Message-Passing Allocators