nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Implement CachingIterator for TabularCollection #157

Open nozavroni opened 7 years ago

nozavroni commented 7 years ago

At some point it would be a good idea to provide a method of implementing the Caching iterator that would cache data as it's read so that seeking through already-read data would be a breeze. If a user wanted this feature they could instantiate like a Table\CachableDataset or something. You could then provide options of caching to various caching mechanisms.