microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
9.74k stars 791 forks source link

mimalloc vs2015 debug version is slower than windows malloc, is there any option to accelerate the speed? #874

Closed lovelifezhenzhen closed 1 month ago

lovelifezhenzhen commented 2 months ago

When test with mimalloc.dll, mimalloc vs2015 debug version is slower than windows malloc, I test with multi-thread to call mi_malloc(300); it consumes more time than windows malloc, while release version is quicker than window malloc. For debug version, how can I set to accelerate the debug version?