Skip to content

Commit 7929456

Browse files
authored
Merge pull request #32 from thundergolfer/master
fix sha256 napkin math numbers
2 parents 8fb52de + d2fa03c commit 7929456

File tree

3 files changed

+13
-82
lines changed

3 files changed

+13
-82
lines changed

Cargo.lock

+11-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clap = "*"
1919
jemallocator = "*"
2020
libc = "*"
2121
regex = "*"
22-
sha2 = "0.8"
22+
sha2 = "0.10.7"
2323
crc32fast = "*"
2424
mysql = "*"
2525
criterion = "*"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ to improve accuracy and as hardware improves.
4848
| Fast Serialization `[8]` `[9]`| N/A | 1 GiB/s | 1 ms | 1s |
4949
| Fast Deserialization `[8]` `[9]`| N/A | 1 GiB/s | 1 ms | 1s |
5050
| System Call | 500 ns | N/A | N/A | N/A |
51-
| Hashing, crypto-safe (64 bytes) | 500 ns | 200 MiB/s | 10 ms | 10s |
51+
| Hashing, crypto-safe (64 bytes) | 100 ns | 1 GiB/s | 1 ms | 1s |
5252
| Sequential SSD read (8 KiB) | 1 μs | 4 GiB/s | 200 μs | 200 ms |
5353
| Context Switch `[1] [2]` | 10 μs | N/A | N/A | N/A |
5454
| Sequential SSD write, -fsync (8KiB) | 10 μs | 1 GiB/s | 1 ms | 1s |

0 commit comments

Comments
 (0)