Skip to content

Commit 8a1f8a3

Browse files
committed
prepare for x.0.4 release
1 parent 8cf985a commit 8a1f8a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ is a general purpose allocator with excellent [performance](#performance) charac
1212
Initially developed by Daan Leijen for the run-time systems of the
1313
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
1414

15-
Latest release tag: `v2.0.3` (beta, 2021-11-14).
16-
Latest stable tag: `v1.7.3` (2021-11-14).
15+
Latest release tag: `v2.0.4` (beta, 2022-02-14).
16+
Latest stable tag: `v1.7.4` (2022-02-14).
1717

1818
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
1919
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:
@@ -77,6 +77,12 @@ Note: the `v2.x` beta has a new algorithm for managing internal mimalloc pages t
7777
and fragmentation compared to mimalloc `v1.x` (especially for large workloads). Should otherwise have similar performance
7878
(see [below](#performance)); please report if you observe any significant performance regression.
7979

80+
* 2022-02-14, `v1.7.4`, `v2.0.4` (alpha): fix malloc override on
81+
Windows 11, fix compilation with musl, potentially reduced
82+
committed memory, add `bin/minject` for Windows,
83+
improved wasm support, faster aligned allocation,
84+
various small fixes.
85+
8086
* 2021-11-14, `v1.7.3`, `v2.0.3` (beta): improved WASM support, improved macOS support and performance (including
8187
M1), improved performance for v2 for large objects, Python integration improvements, more standard
8288
installation directories, various small fixes.

0 commit comments

Comments
 (0)