JetBrains-Research / big

BigWIG, BigBED and TDF for the JVM
MIT License
13 stars 2 forks source link

reduce memory usage when computing summary #48

Open yevshin opened 4 years ago

yevshin commented 4 years ago

previously all BedEntries where fully loaded into memory, but we need only chr,from,to to compute summary

iromeo commented 4 years ago

Thx, everything looks good. Please mention your change in CHANGES.md and I'll merge it into a master. E.g. smth like:

Version 0.9.1
-------------

Released on ...

Changed
-  Reduce memory usage when computing BigFile summary, see pull request #48 (by @yevshin)