awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • uxlfoundation/onetbbAvatar de uxlfoundation

    uxlfoundation/oneTBB

    6,678Ver en 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
    Ver en GitHub↗6,678
  1. Home
  2. Software Engineering & Architecture
  3. Worker Thread Patterns
  4. Thread-Local Task Bypass Patterns