parallel
processor
Parallel processing made simple and fast in Ruby
Ruby: parallel processing made simple and fast
4k stars
75 watching
254 forks
Language: Ruby
last commit: 5 months ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
grosser/parallel_tests | Tool for parallelizing and optimizing tests in Ruby-based applications | 3,391 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,711 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,716 |
fastruby/fast-ruby | A collection of Ruby idioms for writing faster code by collecting common performance optimizations. | 5,684 |
rayon-rs/rayon | A data parallelism library for Rust | 11,219 |
sidekiq/sidekiq | Enables efficient background processing in Ruby applications | 13,192 |
ruby/rake | A make-like program implemented in Ruby for automating tasks and building projects. | 2,355 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,510 |
ruby/ruby | A language and implementation providing a simple and extensible way to write programs | 22,221 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
zombocom/derailed_benchmarks | Tools for measuring and optimizing the performance of Ruby on Rails applications | 2,981 |
kanwei/algorithms | A comprehensive library of algorithms and data structures in Ruby | 2,676 |
kojix2/cry-wasm | Accelerates Ruby code execution by compiling it to WebAssembly and executing it in a WASM runtime environment. | 29 |
rmosolgo/graphql-ruby | Implementing the GraphQL protocol in Ruby to provide a specification-compliant API for querying data. | 5,380 |