summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOfek Lev <ofekmeister@gmail.com>2022-11-05 16:29:18 -0400
committerGitHub <noreply@github.com>2022-11-05 16:29:18 -0400
commit18a4b90501cc93ad853b012a1c129d468e8358aa (patch)
tree0973ec1b42fe5482df43822f0ced9a8c0be2294d
parent0e3d543a1391a010cca18d2935557d9ce1495a51 (diff)
Fix typo
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 102efc1..5886309 100644
--- a/readme.md
+++ b/readme.md
@@ -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.