lazylist â Lazylist implementation for Ruby Description This class implements lazy lists (or streams) for Ruby. Such lists avoid the computation of values which aren't needed for some computation. So it's possible to define infinite lists with a limited amount of memory. A value that hasn't been used yet is calculated on the fly and saved into the list. A value which is used for a second time is c
{{#tags}}- {{label}}
{{/tags}}