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

1 repo

Awesome GitHub RepositoriesTask Schedulers

Systems that automatically parallelize logic execution by analyzing data dependencies.

Distinguishing note: Specifically optimized for game engine system scheduling, distinct from general-purpose thread pools.

Explore 1 awesome GitHub repository matching game development · Task Schedulers. Refine with filters or upvote what's useful.

  1. Home
  2. Game Development
  3. Task Schedulers

Awesome Task Schedulers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • bevyengine/bevy

    bevyengine/bevy

    44,697View on GitHub↗

    Bevy is a cross-platform game engine and framework built in Rust, designed for creating interactive simulations and graphical applications. It utilizes a data-oriented entity-component-system architecture to manage game state, organizing data into contiguous memory blocks to facilitate high-performance processing and massive parallelization of entities. The engine distinguishes itself through a modular plugin architecture and a system-based task scheduler that automatically parallelizes logic by analyzing data access patterns. By employing reactive change detection and deferred command buffer

    Automatically parallelizes game logic by analyzing data access patterns to run independent systems concurrently across available CPU cores.

    Rustbevygame-developmentgame-engine
    44,697View on GitHub↗