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!

Dropping elements left and right: fun with ruby arrays

Exploring ways of dropping elements from arrays: a look at Array#drop_while, implementing and benchmarking a counterpart Array#drop_while_right. More of an experiment and an excuse to play with refinements and benchmark-ips then something that would be used in production code :)

Blog post here.

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