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

Possible performance improvements for ProperStatWindowCalculator #451

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

In #450 the cache for the first added read is a HashMap, which is initialize with the empty constructor (no initial capacity and default load factor). We should evaluate if performance could be improved by: