tcmalloc / mimalloc #192
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
It's not really something I'm personally interested in exploring. I'm not going to switch out the default as musl malloc prioritises hardening over performance. I think that's the right approach for general availability of the static binary, deployed who knows where. Using https://microsoft.github.io/mimalloc/overrides.html I know about these malloc variants. The malloc thing is a regular topic of contention with musl but as I said, hardening is the priority over performance by default so I'm of the opinion that people should manually override it in their secure localised environments where they know best, if they feel so inclined. It's not something I'm going to do. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thinking this might help quite a bit with libtorrent, would be nice to experiment with this.
Beta Was this translation helpful? Give feedback.
All reactions