We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello, I observed a serious performance degradation between 0.48 and 0.49.0
0.48.0
RUSTFLAGS="-Ctarget-cpu=native" cargo run --release 10.28s user 0.55s system 127% cpu 8.463 total
0.49.0
RUSTFLAGS="-Ctarget-cpu=native" cargo run --release 82.42s user 3.52s system 103% cpu 1:23.16 total
When I analyzed diff between 0.48.0 and 0.49.0 there was a hts-sys upgrade - can it be related ?
The text was updated successfully, but these errors were encountered:
hello – I think the main change with the hts-sys upgrade was upgrading libdeflate in terms of what may impact this - do you use libdeflate here?
hts-sys
Sorry, something went wrong.
No branches or pull requests
Hello,
I observed a serious performance degradation between 0.48 and 0.49.0
0.48.0
RUSTFLAGS="-Ctarget-cpu=native" cargo run --release 10.28s user 0.55s system 127% cpu 8.463 total
0.49.0
RUSTFLAGS="-Ctarget-cpu=native" cargo run --release 82.42s user 3.52s system 103% cpu 1:23.16 total
When I analyzed diff between 0.48.0 and 0.49.0 there was a hts-sys upgrade - can it be related ?
The text was updated successfully, but these errors were encountered: