From 9bacaa25c8098a0df66d46a1e50745d7a5a61af7 Mon Sep 17 00:00:00 2001 From: Daan Date: Sun, 31 Jan 2021 11:42:16 -0800 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 28e69fca..64a92628 100644 --- a/readme.md +++ b/readme.md @@ -450,8 +450,8 @@ as [mimalloc-bench](https://github.com/daanx/mimalloc-bench). Testing on the 16-core AMD 5950x processor at 3.4Ghz (4.9Ghz boost), with with 32GiB memory at 3600Mhz, running Ubuntu 20.04 with glibc 2.31 and GCC 9.3.0. -We measure three versions of _mimalloc_: the main version _mi_ (tag:v1.6.8), -the v2.0 beta version as _xmi_ (tag:v2.0.0), and main version in secure mode as _smi_ (tag:v1.6.8). +We measure three versions of _mimalloc_: the main version _mi_ (tag:v1.7.0), +the new v2.0 beta version as _xmi_ (tag:v2.0.0), and the main version in secure mode as _smi_ (tag:v1.7.0). The other allocators are Google's [_tcmalloc_](https://github.com/gperftools/gperftools) (tc, tag:gperftools-2.8.1) used in Chrome, Facebook's [_jemalloc_](https://github.com/jemalloc/jemalloc) (je, tag:5.2.1) by Jason Evans used in Firefox and FreeBSD,