From 9d55a356ba20d1f972d88b5030257f4a1be1a8c7 Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 22 Jun 2019 10:40:24 -0700 Subject: [PATCH] Add link to the API documentation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8ae77af2..17a82bb4 100644 --- a/readme.md +++ b/readme.md @@ -47,8 +47,8 @@ Notable aspects of the design include: and usually uses less memory (up to 25% more in the worst case). A nice property is that it does consistently well over a wide range of benchmarks. -You can read more on the design of _mimalloc_ in the [technical report](https://www.microsoft.com/en-us/research/publication/mimalloc-free-list-sharding-in-action) -which also has detailed benchmark results. +The [documentation](https://microsoft.github.io/mimalloc) gives a full overview of the API. +You can read more on the design of _mimalloc_ in the [technical report](https://www.microsoft.com/en-us/research/publication/mimalloc-free-list-sharding-in-action) which also has detailed benchmark results. Enjoy!