inputsh / awesome-c

Continuing the development of awesome-c list on GitHub
Other
3.49k stars 358 forks source link

Add mimalloc memory allocator #117

Closed alexreinking closed 3 years ago

alexreinking commented 4 years ago

Mimalloc is a new memory allocator with excellent performance characteristics from Microsoft Research. It beats all the allocators on this list that it was tested against (je,rp,Hoard).

It's already used in production outside Microsoft (eg. it is the memory allocator for the PC port of Death Stranding)

alexreinking commented 3 years ago

This repo is well and truly dead, huh?