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 |