@@ -12,8 +12,8 @@ is a general purpose allocator with excellent [performance](#performance) charac
12
12
Initially developed by Daan Leijen for the run-time systems of the
13
13
[ Koka] ( https://koka-lang.github.io ) and [ Lean] ( https://github.com/leanprover/lean ) languages.
14
14
15
- Latest release tag: ` v2.0.4 ` (beta , 2022-02-14).
16
- Latest stable tag: ` v1.7.4 ` (2022-02-14).
15
+ Latest release tag: ` v2.0.5 ` (alpha , 2022-02-14).
16
+ Latest stable tag: ` v1.7.5 ` (2022-02-14).
17
17
18
18
mimalloc is a drop-in replacement for ` malloc ` and can be used in other programs
19
19
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:
@@ -77,7 +77,7 @@ Note: the `v2.x` beta has a new algorithm for managing internal mimalloc pages t
77
77
and fragmentation compared to mimalloc ` v1.x ` (especially for large workloads). Should otherwise have similar performance
78
78
(see [ below] ( #performance ) ); please report if you observe any significant performance regression.
79
79
80
- * 2022-02-14, ` v1.7.4 ` , ` v2.0.4 ` (alpha): fix malloc override on
80
+ * 2022-02-14, ` v1.7.5 ` , ` v2.0.5 ` (alpha): fix malloc override on
81
81
Windows 11, fix compilation with musl, potentially reduced
82
82
committed memory, add ` bin/minject ` for Windows,
83
83
improved wasm support, faster aligned allocation,
0 commit comments