From bc27b27f1847068fee91510b59be166d18a062ef Mon Sep 17 00:00:00 2001 From: Melnik Alexander Date: Sat, 29 Sep 2018 13:42:14 +0300 Subject: [PATCH] Update readme --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b633a7c..4878278 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,12 @@ This benchmark was launched on a **Windows 10 (10.0.16299.309)**. The reference ## Comparison between ะก# and C implementation -| Method | Time | -|---------------|----------:| -| Hash32 C# 1KB | 185.1 ns | -| Hash32 C 1KB | 183.5 ns | -| Hash64 C# 1KB | 117.3 ns | -| Hash64 C 1KB | 104.8 ns | -| Hash32 C# 1MB | 170.6 us | -| Hash32 C 1MB | 170.1 us | -| Hash64 C# 1MB | 87.1 us | -| Hash64 C 1MB | 85.3 us | -| Hash32 C# 1GB | 193.6 ms | -| Hash32 C 1GB | 190.8 ms | -| Hash64 C# 1GB | 116.9 ms | -| Hash64 C 1GB | 114.1 ms | +| Method | Language | 1KB Time | 1MB Time | 1GB Time | +|--------|---------:|----------:|----------:|----------:| +| Hash32 | C# | 185.1 ns | 170.6 us | 193.6 ms | +| Hash32 | C | 183.5 ns | 170.1 us | 190.8 ms | +| Hash64 | C# | 117.3 ns | 87.1 us | 116.9 ms | +| Hash64 | C | 104.8 ns | 85.3 us | 114.1 ms | ## Defference