We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractFastqReader internally collects the whole file into memory before any access is possible. This is not very desirable in terms of performance.
AbstractFastqReader
AbstractFastqReader#read should return an Iterator instead of Iterable.
AbstractFastqReader#read
Iterator
Iterable
AbstractFastqReaderinternally collects the whole file into memory before any access is possible. This is not very desirable in terms of performance.AbstractFastqReader#readshould return anIteratorinstead ofIterable.