Skip to content

Commit 2bb6539

Browse files
authored
Merge pull request #610 from jvdp1/fix_md_table
Fixed tables in stdlib_hash_procedures.md
2 parents 3bb004d + f3f7a77 commit 2bb6539

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/specs/stdlib_hash_procedures.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1639,9 +1639,8 @@ been on a MacBook Pro with a 2.3 GHz Quad-Core Intel Core i5 and 8 GB
16391639
code. The results for `test_32_bit_hash_performance` is given by the
16401640
following table:
16411641

1642-
| Algorithm | Key Size | Key # | Time (s) |
1643-
| | Bytes | | |
1644-
|------------|-----------|------------|----------|
1642+
| Algorithm | Key Size Bytes | Key # | Time (s) |
1643+
|------------|:---------:|:----------:|:--------:|
16451644
| FNV-1 | 1 | 1048576 | 0.02949 |
16461645
| FNV-1 | 2 | 524288 | 0.02361 |
16471646
| FNV-1 | 4 | 262144 | 0.02016 |
@@ -1685,9 +1684,8 @@ following table:
16851684

16861685
while for `test_64_bit_hash_performance` the results are:
16871686

1688-
| Algorithm | Key Size | Key # | Time (s) |
1689-
| | Bytes | | |
1690-
|------------|-----------|------------|----------|
1687+
| Algorithm | Key Size Bytes | Key # | Time (s) |
1688+
|------------|:---------:|:----------:|:--------:|
16911689
| FNV-1 | 1 | 1048576 | 0.02981 |
16921690
| FNV-1 | 2 | 524288 | 0.02697 |
16931691
| FNV-1 | 4 | 262144 | 0.02275 |

0 commit comments

Comments
 (0)