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

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

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

1 个仓库

Awesome GitHub RepositoriesScheduling Group Isolation

Mechanisms to partition CPU time across different service components to prevent resource starvation.

Distinct from Hardware Resource Allocation: Focuses on logical scheduling group proportions for CPU time rather than static hardware limit enforcement.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Scheduling Group Isolation. Refine with filters or upvote what's useful.

Awesome Scheduling Group Isolation GitHub Repositories

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

    scylladb/seastar

    9,271在 GitHub 上查看↗

    Seastar is a C++ server application framework and asynchronous programming library designed for building high-performance, shared-nothing server applications. It functions as a high-performance I/O engine providing direct disk and network access through a shared-nothing framework that partitions data and execution across CPU cores. The framework distinguishes itself through a thread-per-core architecture that eliminates locking and resource contention by assigning one execution thread to each physical CPU core. It implements a userspace TCP/IP stack and kernel-bypass techniques, integrating w

    Provides scheduling groups to control the percentage of CPU time allocated to different system components.

    C++
    在 GitHub 上查看↗9,271
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Resource Management
  5. Hardware Resource Allocation
  6. Scheduling Group Isolation