awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesShared Stack Pooling

Mechanisms for allowing multiple execution units to reuse a common memory region for their stacks to reduce overhead.

Distinct from Stack Memory Management: Distinct from general stack memory management by focusing on the pooling and sharing of stack regions across multiple routines.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Shared Stack Pooling. Refine with filters or upvote what's useful.

Awesome Shared Stack Pooling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hnes/libacohnes 的头像

    hnes/libaco

    3,688在 GitHub 上查看↗

    libaco is a low-level C library for cooperative multitasking that provides a runtime for managing asymmetric coroutines. It functions as an execution context manager and stack memory allocator, allowing a single process to initialize independent execution units with private stacks and perform manual context switching via yield operations. The library distinguishes itself through its memory management and stability features, utilizing read-only guard pages at stack boundaries to trigger hardware faults upon stack overflow. It supports both private stack allocation and shared stack pooling to r

    Supports shared stack pooling to reduce total system memory overhead while maintaining overflow protection.

    Cccoroutinecoroutine-library
    在 GitHub 上查看↗3,688
  1. Home
  2. Operating Systems & Systems Programming
  3. Stack Memory Management
  4. Shared Stack Pooling