From bd2341aa790626f40ebf7f48dac950226a6710d4 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 1 Nov 2024 09:48:57 -0400 Subject: [PATCH] Consistently case xxHash algorithm in documentation --- comparison/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/comparison/README.md b/comparison/README.md index 69a16a924..5bd5f11dc 100644 --- a/comparison/README.md +++ b/comparison/README.md @@ -7,7 +7,7 @@ have additional overhead for each function call. Click any graph to see it full-size. -# XXHash64 +# xxHash64 ## Oneshot hashing @@ -40,7 +40,7 @@ various chunk sizes. XXHash64, streaming data, on an aarch64 processor @@ -49,7 +49,7 @@ various chunk sizes. XXHash64, streaming data, on an x86_64 processor @@ -62,7 +62,7 @@ Compares the **time taken** to hash 0 to 32 bytes of data. XXHash64, small data, on an aarch64 processor @@ -71,12 +71,12 @@ Compares the **time taken** to hash 0 to 32 bytes of data. XXHash64, small data, on an x86_64 processor -# XXHash3 (64-bit) +# xxHash3 (64-bit) ## Oneshot hashing @@ -113,7 +113,7 @@ various chunk sizes. XXHash3, 64-bit, streaming data, on an aarch64 processor @@ -122,7 +122,7 @@ various chunk sizes. XXHash3, 64-bit, streaming data, on an x86_64 processor @@ -137,7 +137,7 @@ cluttering the graph and wasting benchmarking time. XXHash3, 64-bit, small data, on an aarch64 processor @@ -146,7 +146,7 @@ cluttering the graph and wasting benchmarking time. XXHash3, 64-bit, small data, on an x86_64 processor