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

sambamba index 0.6.7 takes 4x longer than 0.6.6 on the same files #345

Closed
carsonhh opened this issue Mar 27, 2018 · 3 comments
Closed

sambamba index 0.6.7 takes 4x longer than 0.6.6 on the same files #345

carsonhh opened this issue Mar 27, 2018 · 3 comments
Assignees
Milestone

Comments

@carsonhh
Copy link

Simple command --> sambamba index -t 20 any_large_file.bam

0.6.7 rarely uses more than 5 threads under top while 0.6.6 uses all 20 I gave it.

Test on 105GB bam file using 20 threads.
0.6.6 --> 3m35.989s
0.6.7 --> 12m44.751s

I see the same pattern on all files on multiple machines (both AMD and Intel).

@pjotrp
Copy link
Member

pjotrp commented Mar 27, 2018

Can you try http://files.genenetwork.org/software/contrib/sambamba-0.6.8-pre1 instead and report the result?

3d6a286947daebb44ac87b4ff2f16c66 sambamba-0.6.8-pre1

@pjotrp pjotrp self-assigned this Mar 27, 2018
@pjotrp pjotrp added this to the 0.6.8 milestone Mar 27, 2018
@carsonhh
Copy link
Author

sambamba-0.6.8-pre1 is performing better.

0.6.8-pre1 --> 3m13.100s
0.6.6 --> 3m45.064s

@pjotrp
Copy link
Member

pjotrp commented Mar 29, 2018

Thanks for trying. Yes, it is a compilation thing. The new Dlang+LLVM is faster.

@pjotrp pjotrp closed this as completed Mar 29, 2018
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