-
Notifications
You must be signed in to change notification settings - Fork 0
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
Snowflake is slow! #1
Comments
After manual inspection of the generated x86 assemblies, I found out that the introduction of I mitigated (1) by changing the size of
I'm relatively happy with the performance of the current implementation... |
The new benchmark result for a recent version of Crossbeam + Snowflake (9591f5e):
|
The snowflake branch is slower than master even when HP is not playing any role at all:
I fully expect that
flush()
becomes slower, but notpin()
ordefer()
. Should investigate the performance degradation using flamegraphs.The text was updated successfully, but these errors were encountered: