nozavroni / csvelte

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

Implement generators for Collections #168

Closed nozavroni closed 6 years ago

nozavroni commented 7 years ago

I want the TabularCollections class (at the very least) to use generators to iterate rather than just looping like normal. This way, when I'm working with actual CSV data (which has the potential to be very large), I only have to load one item into memory at a time.

nozavroni commented 6 years ago

collections are in their own repo now