Investigate alternatives to musl's malloc implementation
musl's malloc implementation has been found to be trailing behind some other malloc implementations in terms of both performance and memory use. We may be able to significantly improve performance, especially on low memory systems, by switching it to a different malloc implementation.