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

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

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

1 个仓库

Awesome GitHub RepositoriesInstruction-Level Parallelism Optimizations

Techniques to increase CPU throughput by breaking data dependency chains and overlapping execution streams.

Distinct from Instruction-Level Parallelism Simulators: Shortlist candidates focus on browser automation, reactive state, or simulators, not actual hardware-level dependency chain optimization.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Instruction-Level Parallelism Optimizations. Refine with filters or upvote what's useful.

Awesome Instruction-Level Parallelism Optimizations GitHub Repositories

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

    dendibakh/perf-ninja

    3,754在 GitHub 上查看↗

    perf-ninja is a collection of educational resources and curricula focused on CPU architecture, memory hierarchies, SIMD programming, and low-level performance engineering. It provides instructional material and practical labs for identifying and fixing CPU bottlenecks, such as cache misses and branch mispredictions. The project differentiates itself through specialized training in hardware-level optimizations, including the use of compiler intrinsics for SIMD vectorization and the implementation of branchless predicate execution to eliminate pipeline stalls. It also covers advanced binary-lev

    Teaches how to overlap multiple execution chains to reduce serialization bottlenecks and maximize instruction-level parallelism.

    C++
    在 GitHub 上查看↗3,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Instruction-Level Parallelism Optimizations