From a551f65e0945913cd0ea2ba2b5e5045afec8101d Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Sun, 5 Jun 2022 21:54:41 +0300 Subject: [PATCH] Update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c52d1c..10856be 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Runtime=.NET 6.0 ``` | Method | x64 | -|----------------|----------=:| +|:---------------|----------:| | Hash32 Array | 5.87 GB/s | | Hash64 Array | 9.07 GB/s | | Hash128 Array | 12.04 GB/s | @@ -57,7 +57,7 @@ Runtime=.NET 6.0 ## Comparison between ะก# and C implementation | Method | Platform | Language | 1KB Time | 1MB Time | 1GB Time | Speed | -|-------------------:|---------:|---------:|----------:|----------:|----------:|-----------:| +|:-------------------|---------:|---------:|----------:|----------:|----------:|-----------:| | Hash32 | x64 | C# | 151.5 ns | 143.4 us | 170.3 ms | 5.87 GB/s | | Hash32 | x64 | C | 138.5 ns | 129.5 us | 152.4 ms | 6.56 GB/s | | Hash64 | x64 | C# | 84.6 ns | 77.9 us | 110.2 ms | 9.07 GB/s |