Hi team, I've just noticed that we're using the outdated jemallocator.
Check this PR from rust-core for more details.
Updated jemalloc lib
This updated one is from tikv
TL;DR: this upgrade could help for sized deallocation's usage correctly, particularly to rustdoc.
So somehow it can deliver a sizable performance increase. We can do some benchmarks after that.
Lets consider my suggestion. Thank you.
Hi team, I've just noticed that we're using the outdated jemallocator.
Check this PR from rust-core for more details.
Updated jemalloc lib
This updated one is from tikv
TL;DR: this upgrade could help for sized deallocation's usage correctly, particularly to rustdoc.
So somehow it can deliver a sizable performance increase. We can do some benchmarks after that.
Lets consider my suggestion. Thank you.