awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFiber Spawning

Creating lightweight execution units within a pool to reduce operating system overhead.

Distinct from Coroutine Spawning: Covers fiber spawning specifically rather than coroutines or OS threads

Explore 1 awesome GitHub repository matching software engineering & architecture · Fiber Spawning. Refine with filters or upvote what's useful.

Awesome Fiber Spawning GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • puniverse/quasarAvatar de puniverse

    puniverse/quasar

    4,553Voir sur GitHub↗

    Quasar is a JVM concurrency framework that implements the actor model and a lightweight thread library. It provides isolated execution units that communicate via asynchronous message passing to eliminate shared mutable state. The project distinguishes itself through a distributed actor system capable of operating across multiple cluster nodes with location-transparent registries and actor state migration. It utilizes a work-stealing fiber scheduler to manage millions of lightweight threads, allowing tasks to suspend during non-blocking I/O operations without stalling underlying system threads

    Spawns memory-efficient fibers within a worker pool to minimize system overhead during task creation.

    Javaactorsconcurrencyfibers
    Voir sur GitHub↗4,553
  1. Home
  2. Software Engineering & Architecture
  3. Concurrent Task Execution
  4. Fiber Spawning