magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Investigate performance of buffering for GemMappabilityReader #486

Open magicDGS opened 5 years ago

magicDGS commented 5 years ago

The implementation in #480 is working, but it is reading byte by byte the sequence. A possibility to improve performance is to: