diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-11-20 09:18:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-20 09:18:41 +0700 |
commit | 5694212b59fbc1932be17d4eeaa073092ee9efe0 (patch) | |
tree | 05f5576a7450d6d91dd9aa6ee79be7be271ea890 /libraries/mimalloc/README | |
parent | 36bf3ce1ee0565e97c1eb2c8730fc243a0dab664 (diff) |
libraries/mimalloc: Added (Drop-in replacement for malloc).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mimalloc/README')
-rw-r--r-- | libraries/mimalloc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/mimalloc/README b/libraries/mimalloc/README new file mode 100644 index 0000000000..70d4b7195f --- /dev/null +++ b/libraries/mimalloc/README @@ -0,0 +1,2 @@ +mimalloc (pronourced "me-malloc") is a general purpose allocator +with excellent performance characteristrics. |