1 unstable release
0.1.0 | Mar 31, 2023 |
---|
#313 in Caching
9KB
185 lines
Iterator Cache
'Unlazies your evaluation' by caching items from your iterator now to be used later.
Could be useful when an iterator is running an expensive operation and you'd rather it run now and store the values for later than perform the operation later.
Dependencies
~25KB