diff options
author | Daan Leijen <daan@microsoft.com> | 2021-01-31 10:23:57 -0800 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-01-31 10:23:57 -0800 |
commit | 558c8d085e5416f4c7fedf94a55c73b91a04d0cf (patch) | |
tree | b0af3dc75e2fcc9f158446c783b034f8f499e4e4 /doc/mimalloc-doc.h | |
parent | 58678ac4eb48fe1fd92f9f12d2165426d80c66b4 (diff) |
update benchmark references
Diffstat (limited to 'doc/mimalloc-doc.h')
-rw-r--r-- | doc/mimalloc-doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 7c238d2..5911340 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -1209,7 +1209,7 @@ synthetic benchmarks that see how the allocator behaves under more extreme circumstances. In our benchmarks, _mimalloc_ always outperforms all other leading -allocators (_jemalloc_, _tcmalloc_, _Hoard_, etc) (Apr 2019), +allocators (_jemalloc_, _tcmalloc_, _Hoard_, etc) (Jan 2021), and usually uses less memory (up to 25% more in the worst case). A nice property is that it does *consistently* well over the wide range of benchmarks. |