From 1df1d51333d89185f4bacdebf582412c61ba093f Mon Sep 17 00:00:00 2001 From: daan Date: Wed, 19 Jun 2019 16:52:58 -0700 Subject: [PATCH] update readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3480690a..e0027b7f 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ -# mi-malloc +# mimalloc   -mi-malloc (pronounced "me-malloc") +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](https://github.com/koka-lang/koka) and [Lean](https://github.com/leanprover/lean) languages. @@ -41,7 +41,7 @@ Notable aspects of the design include: and has no internal points of contention using atomic operations almost everywhere. -Enjoy! +Enjoy! # Building