Default musl allocator considered harmful to performance
Link: nickb.dev/blog/default-musl-al…
Discussion: news.ycombinator.com/item?id=4…
Default musl allocator considered harmful (to performance)
In a real world benchmark, the default musl allocator caused a 7x slowdown compared to other allocators. I recommend all Rust projects immediately swap to a different allocator in a musl environment.nickb.dev