From 9c3f0d6ef9b27e20003bfe17bed5f647115a38bb Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Sun, 12 Nov 2023 23:08:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3130c4..873b524 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Up to this date, the fastest non-cryptographic hashing algorithm 🚀 (see benchmarks) Passes all [SMHasher](https://github.com/rurban/smhasher) quality tests ✅ -#### Why makes it so fast? +#### What makes it so fast? Here are the principal reasons: - SIMD all the way (and usage of SIMD AES for efficient bit mixing) - High ILP processing for large inputs