#iterator #cache #values #now #items #evaluate #future

iterator-cache

Evaluate and cache iterator values now for future use

1 unstable release

0.1.0 Mar 31, 2023

#295 in Caching

MIT/Apache

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