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? #873

Closed lovelifezhenzhen closed 2 months ago

lovelifezhenzhen commented 2 months ago

mimalloc vs2015 debug version is slower than windows malloc, I test with 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?