Loss of performance #2659
-
Hi, According to this site, Hyper had a loss of performance. Not only on ranking but raw performance as well. What is wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Sep 27, 2021
Replies: 1 comment
-
The dip in performance matches up with when Rust changed it's default allocator from jemalloc to the system allocator, which is usually less performant. I imagine that isn't a coincidence. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seanmonstar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dip in performance matches up with when Rust changed it's default allocator from jemalloc to the system allocator, which is usually less performant. I imagine that isn't a coincidence.