pjotrp/bioruby-table

Iterate table records (low memory use)

Closed this issue · 1 comments

The table reader currently loads everything in memory. This is not what we want for big tables!

In the current master I use an Enumerator to filter data. The most important functionality is low-memory now. Merging, diffing and sorting will come at some point.