Hacker News new | ask | show | jobs
by volgar1x 1956 days ago
Why try to optimize for every cases possible ? Use the right tool for the right job.
1 comments

"multihreaded programs" seems like a pretty big use case, and it seems to occur in just about every major multithreaded C program using glibc malloc.

I would agree with you if it didn't seem like other allocators are solving this without any tradeoffs.