-
Notifications
You must be signed in to change notification settings - Fork 208
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
Upgrade Rust Toolchain: jemalloc
or the system allocator
#256
Comments
yeah. Will upgrade the toolchain to the latest stable version at v1.0. I'm not sure about |
Rust 1.33.0 has been released. |
image: |
I'd like to continue to use the jemalloc. @yangby-cryptape |
TBD. Will decide it after check the performance |
tps: 4410 -> 4338 |
According to the official rust blog:
jemalloc
is removed by default sincerust v1.32.0
.The
rust v1.33.0
is coming. Therust v1.33.0
release pr was created few minutes ago.So, any plan to upgrade the rust toolchain? And,
jemalloc
or the system allocator?The text was updated successfully, but these errors were encountered: