Using lazy enumerators to work with large files in Ruby
Files are just large collections of lines or characters. Lazy enumerators make it possible to to some very interesting and powerful things with them. http://blog.honeybadger.io/using-lazy-enumerators-to-work-with-large-files-in-ruby/
Post a comment