fast-ruby
Optimization library
A collection of Ruby idioms for writing faster code by collecting common performance optimizations.
Writing Fast Ruby -- Collect Common Ruby idioms.
6k stars
174 watching
377 forks
Language: Ruby
last commit: 12 months ago
Linked from 2 awesome lists
benchmark-ipshacktoberfestperformance-optimizationruby
Related projects:
Repository | Description | Stars |
---|---|---|
franzejr/best-ruby | A collection of idiomatic Ruby code snippets, refactorings, and best practices for writing clean and maintainable Ruby code. | 2,390 |
damirsvrtan/fasterer | Tools for optimizing Ruby code performance | 1,812 |
grosser/parallel | Parallel processing made simple and fast in Ruby | 4,168 |
the-benchmarker/web-frameworks | Automated benchmarking and comparison of web frameworks using isolated containers and distributed measurement tools. | 6,993 |
dmk/fastsheet | Faster way to read Excel documents in Ruby | 25 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,502 |
zombocom/derailed_benchmarks | Tools for measuring and optimizing the performance of Ruby on Rails applications | 2,965 |
jruby/jruby | An implementation of the Ruby language on the JVM, aiming to provide concurrency and integration with Java. | 3,796 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,707 |
fatkodima/fast_count | A Ruby gem that provides fast and accurate estimate of row counts in large databases | 226 |
grosser/parallel_tests | Tool for parallelizing and optimizing tests in Ruby-based applications | 3,387 |
ruby/ruby | An implementation of an object-oriented programming language for scripting and web development | 22,145 |
grosser/fast_gettext | A Ruby implementation of GetText with significant performance improvements and additional features | 402 |
kanwei/algorithms | A comprehensive library of algorithms and data structures in Ruby | 2,669 |
sorbet/sorbet | Sorbet is a type checker designed to improve the robustness and maintainability of Ruby codebases. | 3,617 |