Investigate performance of buffering for GemMappabilityReader #486
Labels
Priority: Medium
Status: Accepted
Accepted in the project backlog
Type: Enhancement
New features or improved behavior
The implementation in #480 is working, but it is reading byte by byte the sequence. A possibility to improve performance is to:
FastLineReader.readToEndOfOutputBufferOrEoln
)FastLineReader
vs. other): I've already tried aBufferedLineReader
, but I found problems with eol/eof.The text was updated successfully, but these errors were encountered: