How hash became faster in Ruby 2.4
The internal implementation of hash was changed in Ruby 2.4, such that it became faster out of the box. http://blog.redpanthers.co/behind-scenes-hash-table-performance-ruby-2-4/
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!
The internal implementation of hash was changed in Ruby 2.4, such that it became faster out of the box. http://blog.redpanthers.co/behind-scenes-hash-table-performance-ruby-2-4/
Comments
Please fix the title, you’re talking about “hash” :)
@kaloyan: Thank you :D, and sorry about that.
Post a comment