5 ms·
Sounds like a sane decision to me? Using musl is the developers decision, not Rusts.
by buster 1y ago
Sounds like a sane decision to me?
Using musl is the developers decision, not Rusts.
- flohofwoe 1y agoIt's not a developer decision on Alpine where musl is the system allocator. Otherwise I fully agree, application developers are mainly responsible for the performance of their applications.
- gkbrk 1y agoUsing the system allocator is also a developer decision. They can use any custom allocator they want. A lot of programs use Jemalloc regardless of what the system allocator is.