awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • scylladb/seastarAvatar von scylladb

    scylladb/seastar

    9,271Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗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