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.
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.