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

Performance regression after version 0.10 #10

Open
RoelKluin opened this issue Aug 31, 2020 · 1 comment
Open

Performance regression after version 0.10 #10

RoelKluin opened this issue Aug 31, 2020 · 1 comment

Comments

@RoelKluin
Copy link

In version 0.12 we've noticed for some time that there's a severe performance degradation, from a few minutes (v 0.10) to hours (v 0.12) for a typical RNAseq sample. We use Set::IntervalTree in our tool for RNAseq gene counting, probably mostly in-house, but there is a public repository here:

https://github.com/NKI-GCF/itreecount

@benwbooth
Copy link
Owner

Hi @RoelKluin

Set::IntervalTree is not maintained anymore. If you want I can add you as a maintainer so you can fix the performance issues. It was designed as an XS wrapper around a C++ Interval Tree implementation I found on the internet (I forgot where!). To be honest I never dug into how the underlying implementation works. So I wouldn't be much help in figuring out the performance problems.

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

No branches or pull requests

2 participants