awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • juanitofatas/fast-rubyAvatar JuanitoFatas

    JuanitoFatas/fast-ruby

    5,730Vezi pe GitHub↗

    This project is a Ruby performance optimization guide and refactoring resource. It provides a collection of benchmarked coding patterns and idiomatic comparisons designed to increase execution speed and reduce memory allocations in Ruby applications. The resource focuses on mapping common language constructs to their most computationally efficient equivalents. It uses comparative timing analysis and allocation-count profiling to identify high-performance idioms that replace object-heavy expressions. The project covers application runtime tuning and memory management by identifying patterns t

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

    Ruby
    Vezi pe GitHub↗5,730
  1. Home
  2. Programming Languages & Runtimes
  3. Ruby Code Standardization
  4. Performance Optimization Guides