diff options
author | daan <daanl@outlook.com> | 2020-09-24 09:05:01 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-24 09:05:01 -0700 |
commit | 41683071c1395340b4243fb6b4f1133966c13f71 (patch) | |
tree | 57cf934334c3839efe2d1a21744b671bc2b35038 /readme.md | |
parent | 4d3ddcfc51e04ca0583a9aaa895ba529a603f27b (diff) |
update readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,13 +68,13 @@ Enjoy! * `master`: latest stable release. * `dev`: latest development branch. * `dev-slice`: experimental branch with a different way of managing mimalloc pages that tends - to use less memory than plain mimalloc with similar performance. Give it a try and please + to use less memory than regular mimalloc with similar performance. Give it a try and please report any significant performance improvement or degradation. ### Releases * 2020-09-24, `v1.6.5`: stable release 1.6: using standard C atomics, passing tsan testing, improved - handling of out-of-memory and failed commits, add `mi_process_info` api call. + handling of failing to commit on Windows, add `mi_process_info` api call. * 2020-08-06, `v1.6.4`: stable release 1.6: improved error recovery in low-memory situations, support for IllumOS and Haiku, NUMA support for Vista/XP, improved NUMA detection for AMD Ryzen, ubsan support. * 2020-05-05, `v1.6.3`: stable release 1.6: improved behavior in out-of-memory situations, improved malloc zones on macOS, |