An open API service indexing awesome lists of open source software.

https://github.com/arbox/ruby-performance

Curated list: Resources on tuning performance for Ruby
https://github.com/arbox/ruby-performance

List: ruby-performance

awesome-list list performance performance-analysis ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Curated list: Resources on tuning performance for Ruby

Awesome Lists containing this project

README

          

[[RubyML](https://github.com/arbox/machine-learning-with-ruby) |
[RubyNLP](https://github.com/arbox/nlp-with-ruby) |
[RubyDataScience](https://github.com/arbox/data-science-with-ruby) |
[RubyInterop](https://github.com/arbox/ruby-interoperability)]

# Ruby Performance List [][ruby]

> Curated List on Ruby Performance tuning

## Contents

- [Articles, Posts, Talks, and Presentations](#articles-posts-talks-and-presentations)
- [Books, Blogs, Channels](#books-blogs-channels)
- [Community](#community)
- [License](#license)

## Stack Visualizations
- [Rails Trace](https://rails-trace.chriszetter.com/) —
shows what code runs when a request is processed by a Rails (5.2.2) application.

## Performance Enhancements

- [rvm-patchsets](https://github.com/skaes/rvm-patchsets) —
set of patches mainly to improve GC time and allocation tracking for profilers.
- [railsexpress](https://github.com/adymo/ruby-build-railsexpress) —
[rbevn](https://github.com/rbenv/rbenv) plugin which patches built Rubies with `rvm-patchsets`.

## Articles, Posts, Talks, and Presentations

- 2019
- https://engineering.appfolio.com/appfolio-engineering/2019/2/25/benchmarking-hongli-lais-new-patch-for-ruby-memory-savings
- https://www.joyfulbikeshedding.com/blog/2019-03-14-what-causes-ruby-memory-bloat.html
- 2018
- 2017

## Books, Blogs, Channels

- [Alexander Dymo](https://twitter.com/alexander_dymo)
_Ruby Performance Optimization: Why Ruby is Slow, and How to Fix It_.
Pragmatic Programmers, 2015 [[companion site](http://ruby-performance-book.com)]
- [Speedshop Blog](https://www.speedshop.co/blog/) —
blog by [Nate Berkopec](https://twitter.com/nateberkopec) on Performance Optimization.

## Community

- [NonWebRuby](https://twitter.com/NonWebRuby)

## License

[![Creative Commons Zero 1.0](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
`Ruby Performance List` by [Andrei Beliankou](https://github.com/arbox) and
[Contributors][contributors].

To the extent possible under law, the person who associated CC0 with
`Ruby Performance List` has waived all copyright and related or neighboring rights
to `Ruby Performance List`.

You should have received a copy of the CC0 legalcode along with this
work. If not, see .

[ruby]: https://www.ruby-lang.org/en/
[awesome]: https://github.com/sindresorhus/awesome/blob/master/awesome.md
[change-pr]: https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md
[ml]: https://en.wikipedia.org/wiki/Machine_learning
[ds-with-ruby]: https://github.com/arbox/data-science-with-ruby
[contributors]: https://github.com/arbox/machine-learning-with-ruby/graphs/contributors
[sciruby]: https://github.com/sciruby
[ai]: https://en.wikipedia.org/wiki/Artificial_intelligence
[cs]: https://en.wikipedia.org/wiki/Computational_science
[fe]: https://en.wikipedia.org/wiki/Feature_engineering
[ts]: https://en.wikipedia.org/wiki/Test_set