Update docs

This commit is contained in:
Oleksandr Melnyk 2022-06-05 21:54:41 +03:00
parent fd0957c08a
commit a551f65e09

View File

@ -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 |