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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • scylladb/seastarAvatar de scylladb

    scylladb/seastar

    9,271Ver en 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++
    Ver en 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