File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1639,9 +1639,8 @@ been on a MacBook Pro with a 2.3 GHz Quad-Core Intel Core i5 and 8 GB
1639
1639
code. The results for ` test_32_bit_hash_performance ` is given by the
1640
1640
following table:
1641
1641
1642
- | Algorithm | Key Size | Key # | Time (s) |
1643
- | | Bytes | | |
1644
- | ------------| -----------| ------------| ----------|
1642
+ | Algorithm | Key Size Bytes | Key # | Time (s) |
1643
+ | ------------| :---------:| :----------:| :--------:|
1645
1644
| FNV-1 | 1 | 1048576 | 0.02949 |
1646
1645
| FNV-1 | 2 | 524288 | 0.02361 |
1647
1646
| FNV-1 | 4 | 262144 | 0.02016 |
@@ -1685,9 +1684,8 @@ following table:
1685
1684
1686
1685
while for ` test_64_bit_hash_performance ` the results are:
1687
1686
1688
- | Algorithm | Key Size | Key # | Time (s) |
1689
- | | Bytes | | |
1690
- | ------------| -----------| ------------| ----------|
1687
+ | Algorithm | Key Size Bytes | Key # | Time (s) |
1688
+ | ------------| :---------:| :----------:| :--------:|
1691
1689
| FNV-1 | 1 | 1048576 | 0.02981 |
1692
1690
| FNV-1 | 2 | 524288 | 0.02697 |
1693
1691
| FNV-1 | 4 | 262144 | 0.02275 |
You can’t perform that action at this time.
0 commit comments