diff options
author | Ofek Lev <ofekmeister@gmail.com> | 2022-11-05 16:29:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 16:29:18 -0400 |
commit | 18a4b90501cc93ad853b012a1c129d468e8358aa (patch) | |
tree | 0973ec1b42fe5482df43822f0ced9a8c0be2294d | |
parent | 0e3d543a1391a010cca18d2935557d9ce1495a51 (diff) |
Fix typo
-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. |