RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Akita's Manga Downloadr Elixir vs Ruby performance revisited

I’ve written a response to Fabio Akita’s article published 2 weeks ago comparing the performance of his Manga Downloadr implementations in Elixir, Crystal and Ruby.

I found it odd that the Ruby version would take 27s, about twice the time the Elixir version took (15s) to complete the same task as the application was mostly I/O bound. So, I wrote another Ruby implementation of the test mode to do the same but designed to perform well and got better numbers than the Elixir version.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in