You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,15 +73,17 @@ Enjoy!
73
73
74
74
### Releases
75
75
76
+
Note: the `v2.x` beta has a new algorithm for managing internal mimalloc pages that tends to use reduce memory usage
77
+
and fragmentation compared to mimalloc `v1.x` (especially for large workloads). Should otherwise have similar performance
78
+
(see [below](#performance)); please report if you observe any significant performance regression.
79
+
76
80
* 2021-06-17, `v1.7.2`, `v2.0.2` (beta): support M1, better installation layout on Linux, fix
77
-
thread_id on Android, prefer 2-6TiB area for aligned allocation to work better on pre-window 8, various small fixes.
81
+
thread_id on Android, prefer 2-6TiB area for aligned allocation to work better on pre-windows 8, various small fixes.
78
82
79
83
* 2021-04-06, `v1.7.1`, `v2.0.1` (beta): fix bug in arena allocation for huge pages, improved aslr on large allocations, initial M1 support (still experimental).
80
84
81
-
* 2021-01-31, `v2.0.0`: beta release 2.0: new algorithm for managing internal mimalloc pages that tends to use reduce memory usage
82
-
and fragmentation compared to mimalloc v1 (especially for large workloads). Should otherwise have similar performance
83
-
(see [below](#performance)); please report if you observe any significant performance regression.
84
-
85
+
* 2021-01-31, `v2.0.0`: beta release 2.0: new slice algorithm for managing internal mimalloc pages.
86
+
85
87
* 2021-01-31, `v1.7.0`: stable release 1.7: support explicit user provided memory regions, more precise statistics,
86
88
improve macOS overriding, initial support for Apple M1, improved DragonFly support, faster memcpy on Windows, various small fixes.
0 commit comments