sampottinger / pycotracer

Unofficial Python micro-library providing programmatic access to Colorado Transparency in Contribution and Expenditure Reporting (TRACER) campaign finance data.
GNU General Public License v3.0
8 stars 0 forks source link

High Memory Usage and Online / Serial Option #2

Open sampottinger opened 11 years ago

sampottinger commented 11 years ago

Currently the library loads and manipulates everything in memory at once. It may be preferable to dump downloaded data to temporary files and manipulate online (http://en.wikipedia.org/wiki/Online_algorithm) in some cases. This could be specified by a keyword argument.