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

Parasail-2.4 is slower #73

Open
nahmedraja opened this issue Sep 24, 2019 · 2 comments
Open

Parasail-2.4 is slower #73

nahmedraja opened this issue Sep 24, 2019 · 2 comments

Comments

@nahmedraja
Copy link

Hello,

I was using Parasail version 1.2 previously.

I switched to version 2.4 by replacing "libparasail.a" and "parasail.h" of version 1.2 with that of version 2.4.

I noticed that the "parasail_nw_scan_avx2_256_16()" of version 2.4 is considerably slower than that of version 1.2.

My guess is that this is happening because parasail-2.4 is also recording the traceback information while performing the alignment.

Is it correct?

regards

Nauman

@jeffdaily
Copy link
Owner

What platform are you running on? linux? osx? and what ISAs does your CPU support? I need more information to guess what's happening.

parasail-2.4 only records the traceback if you request it. parasail_nw_scan_avx2_256_16() will only record the final alignment score, whereas parasail_nw_trace_scan_avx2_256_16() would additionally capture the traceback for use with the traceback-printing routines. That said, the slowdown you are experiencing must be caused by something else.

@jeffdaily
Copy link
Owner

A lot has changed since version 1.2. It's hard to say what specifically might have caused the slowdown in global alignment performance.

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