-
Notifications
You must be signed in to change notification settings - Fork 153
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 reduced in 6.x #306
Comments
And bench result on Windows11 AMD 5600G
|
Update: notice commit Here's the test result after I revert the commit:
Notice great pref regression, too. About 2x slower, similar to tyan's result on Apple platform.
Env: Debian 12, R7-8845HS
Profile: opt-level = 3
debug = false
lto = true
codegen-units = 1
split-debuginfo = "packed"
strip = "debuginfo"
panic = "unwind" |
@xacrimon any thoughts? |
Well, according to the result of conc-map-bench (also created by xacrimon) , 6.0.1 actually outperforms 5.5.3, though slightly. I believe this is the reason why xacrimon retains the commit |
After upgrade to version 6.0.1, it seems the latency increased, here is my benchmark result using criterion:
This my code used to benchmark:
Cargo.toml
Environment
Tested on Apple M1, M2, both running macOS
Also test on AMD 5600G which runs Windows 11
Rust version output by
rustc -vV
The text was updated successfully, but these errors were encountered: