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
- Host: GitHub
- URL: https://github.com/arbox/ruby-performance
- Owner: arbox
- Created: 2019-03-02T17:40:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T08:05:20.000Z (about 7 years ago)
- Last Synced: 2024-05-19T22:42:40.738Z (about 2 years ago)
- Topics: awesome-list, list, performance, performance-analysis, ruby, ruby-on-rails
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
[](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