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

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

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

1 个仓库

Awesome GitHub RepositoriesPerformance Optimization Guides

Collections of benchmarked coding patterns designed to increase execution speed and reduce memory allocations.

Distinct from Ruby Code Standardization: Distinct from Ruby Code Standardization: focuses on execution speed and memory efficiency rather than consistent formatting and structural rules.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Performance Optimization Guides. Refine with filters or upvote what's useful.

Awesome Performance Optimization Guides GitHub Repositories

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

    JuanitoFatas/fast-ruby

    5,730在 GitHub 上查看↗

    该项目是一个 Ruby 性能优化指南和重构资源。它提供了一系列经过基准测试的编码模式和惯用法对比,旨在提高 Ruby 应用的执行速度并减少内存分配。 该资源专注于将常见的语言结构映射到其计算效率最高的等效形式。它使用对比计时分析和分配计数分析来识别能够替代对象密集型表达式的高性能惯用法。 该项目涵盖了应用运行时调优和内存管理,通过识别能够减少垃圾回收开销的模式来实现。它采用基准驱动开发来评估特定语言特性对系统内存和执行速度的影响。

    Offers a collection of benchmarked coding patterns to increase execution speed and reduce memory allocations in Ruby.

    Ruby
    在 GitHub 上查看↗5,730
  1. Home
  2. Programming Languages & Runtimes
  3. Ruby Code Standardization
  4. Performance Optimization Guides