Daniel Lehmann d79639a355
Use mimalloc allocator for Linux static build (#7378)
The new CMake flag MIMALLOC_STATIC controls this.

mimalloc fixes perf problems, especially on heavily multi-threaded
workloads (many functions, high core count machines) on the musl
allocator, see #5561.
2025-03-19 09:25:54 -07:00
..