From 397e8de387fc374ff594a587de6a650d6c3eed58 Mon Sep 17 00:00:00 2001 From: Fabien MARTY Date: Wed, 31 May 2023 17:00:55 +0200 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47e0eae..89123a6 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ More details on [this Wikepedia article](https://en.wikipedia.org/wiki/Fowler%E2 - speed: **4 000%** faster than basic Python implementation, **40%** faster than `pyhash` - portability: - tested with recent Python versions (3.7+) - - compatible with ARM64 and avoid too agressive CPU optimizations for maximizing binary portability + - compatible with ARM64 - compatible with PyPy ## Non features - other hash algorithms (this library is only about FNV algorithm) +- too agressive CPU optimizations (we prefer maximizing binary portability) ## How to install/use it? @@ -52,4 +53,4 @@ Full API doc is available at: [https://botify-labs.github.io/fnv-c/fnv_c/](https ## Dev -See [this specific document](DEV.md) \ No newline at end of file +See [this specific document](DEV.md)