Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce memory usage when computing summary #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yevshin
Copy link

@yevshin yevshin commented Oct 16, 2020

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

previously all BedEntries where fully loaded into memory, but we need only chr,from,to to compute summary
@iromeo
Copy link
Contributor

iromeo commented Oct 16, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants