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,723在 GitHub 上查看↗

    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