update readme

This commit is contained in:
Daan 2025-03-28 14:18:28 -07:00
parent f46c1d2624
commit 8a81fc73c8

View file

@ -12,9 +12,9 @@ is a general purpose allocator with excellent [performance](#performance) charac
Initially developed by Daan Leijen for the runtime systems of the Initially developed by Daan Leijen for the runtime systems of the
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages. [Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
Latest release : `v3.0.2` (beta) (2025-03-06). Latest release : `v3.0.3` (beta) (2025-03-28).
Latest v2 release: `v2.2.2` (2025-03-06). Latest v2 release: `v2.2.3` (2025-03-28).
Latest v1 release: `v1.9.2` (2024-03-06). Latest v1 release: `v1.9.3` (2024-03-28).
mimalloc is a drop-in replacement for `malloc` and can be used in other programs mimalloc is a drop-in replacement for `malloc` and can be used in other programs
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as: without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as: