awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Runtime Schedulers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRuntime Schedulers

Runtime components that manage the execution order and resource allocation for concurrent tasks and coroutines.

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

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Runtime Schedulers

Awesome Runtime Schedulers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage

Explore sub-tags

  • Stack-Based Coroutine SchedulersMultiplexing of lightweight threads onto OS threads using dynamic stacks.