rb-lazylist (ruby/rb-lazylist) Add to my watchlist

Implementation of lazy lists for ruby

This class implements lazy lists (or streams) for Ruby. Such lists avoid the computation of values which arent needed for some computation. So its possible to define infinite lists with a limited amount of memory. A value that hasnt been used yet is calculated on the fly and saved into the list. A value which is used for a second time is computed only once and just read out of memory for the second usage.

Version: 0.2.1 License: GPL-2 GitHub
Displaying statistics for 1,045 users who made submissions during: until

Statistics for selected duration

2024-May-03 to 2024-Jun-02


No stats available for this selection.

Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.