awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uxlfoundation/onetbbuxlfoundation 的头像

    uxlfoundation/oneTBB

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