Use MiMalloc Allocator
ChillFish8 opened this issue · 0 comments
ChillFish8 commented
The musl allocator has a bit of a legacy with being slower than most other allocators, we cant use JeMalloc due to some compile issues and it also creates a bit of a desync of performance across operating systems which i'd like to avoid.
MiMalloc supports both Unix and Win systems so it's probably work testing and viewing how this affects usage and performance.
If it's adequate it's probably a good idea to use it.