lazily
Lazily implements "lazy" versions of many Enumerable methods, allowing streamed processing of large (or even infinite) collections. It's equivalent to Ruby-2.x's Enumerable#lazy, but is implemented in pure Ruby, and works even in Ruby-1.8.x.
Types
Docs
Guides
Zeitwerk
Namespace
Optimized
0.2.1
Mike Williams
-
bundle add lazily
Getting Started
Learn more about the Lazily gem.
Playground
Test, play and inspect the gem for yourself