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