diff options
author | Daan <daan@microsoft.com> | 2021-01-31 11:49:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 11:49:44 -0800 |
commit | 620638cfafb3f5f585200ee69c0c20c3e2e0fdb6 (patch) | |
tree | 58d3a39156cdb86f6c1c56f975ffc35ed962c5fe /readme.md | |
parent | 2f04bec5d923b83556b89d9da56d8c34397a4db6 (diff) |
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ It also has an easy way to override the default allocator in [Windows](#override and has no internal points of contention using only atomic operations. - __fast__: In our benchmarks (see [below](#performance)), _mimalloc_ outperforms other leading allocators (_jemalloc_, _tcmalloc_, _Hoard_, etc), - and usually uses less memory (up to 25% more in the worst case). A nice property + and often uses less memory. A nice property is that it does consistently well over a wide range of benchmarks. There is also good huge OS page support for larger server programs. |