diff options
author | Daan <daanl@outlook.com> | 2022-11-07 18:00:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 18:00:10 -0800 |
commit | c7d4a099d918dab466a90fdad5795d8ff6d47aa0 (patch) | |
tree | 0973ec1b42fe5482df43822f0ced9a8c0be2294d /readme.md | |
parent | 0e3d543a1391a010cca18d2935557d9ce1495a51 (diff) | |
parent | 18a4b90501cc93ad853b012a1c129d468e8358aa (diff) |
Merge pull request #641 from ofek/patch-1tachibana
Fix typo
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Enjoy! ### Releases -Note: the `v2.x` version has a new algorithm for managing internal mimalloc pages that tends to use reduce memory usage +Note: the `v2.x` version has a new algorithm for managing internal mimalloc pages that tends to reduce memory usage and fragmentation compared to mimalloc `v1.x` (especially for large workloads). Should otherwise have similar performance (see [below](#performance)); please report if you observe any significant performance regression. |