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 RepositoriesThread-Local Task Bypass Patterns

Hands a task directly to a worker thread for immediate execution, skipping the global scheduling queue to reduce latency.

Distinct from Worker Thread Patterns: Distinct from Worker Thread Patterns: focuses on bypassing the global queue for direct thread handoff, not general task distribution.

Explore 1 awesome GitHub repository matching software engineering & architecture · Thread-Local Task Bypass Patterns. Refine with filters or upvote what's useful.

Awesome Thread-Local Task Bypass Patterns 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.
  • uxlfoundation/onetbbAvatar de uxlfoundation

    uxlfoundation/oneTBB

    6,678Voir sur GitHub↗

    oneAPI Threading Building Blocks (oneTBB)

    Provides a thread-local task bypass that hands tasks directly to worker threads, skipping the global scheduling queue.

    C++composabilityflowgraphheterogeneousprogramming
    Voir sur GitHub↗6,678
  1. Home
  2. Software Engineering & Architecture
  3. Worker Thread Patterns
  4. Thread-Local Task Bypass Patterns