Package : mimalloc

Package details

Summary: A general purpose allocator with excellent performance

Description:
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, for example, on dynamically linked ELF-based systems
(Linux, BSD, etc.) you can use it as:

LD_PRELOAD=/usr/lib64/libmimalloc.so myprogram


URL: https://github.com/microsoft/mimalloc
License: MIT

Maintainer: akien

List of RPMs