293697169e
mimalloc (pronounced "me-malloc") is a general purpose allocator with excellent performance characteristics. Initially developed by Daan Leijen for the run-time systems of the Koka and Lean languages. mimalloc is a drop-in replacement for malloc and can be used in other programs without code changes.
6 lines
303 B
Text
6 lines
303 B
Text
mimalloc (pronounced "me-malloc") is a general purpose allocator with
|
|
excellent performance characteristics. Initially developed by Daan Leijen
|
|
for the run-time systems of the Koka and Lean languages.
|
|
|
|
mimalloc is a drop-in replacement for malloc and can be used in other
|
|
programs without code changes.
|