Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed tables in stdlib_hash_procedures.md #610

Merged
merged 1 commit into from
Dec 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions doc/specs/stdlib_hash_procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -1639,9 +1639,8 @@ been on a MacBook Pro with a 2.3 GHz Quad-Core Intel Core i5 and 8 GB
code. The results for `test_32_bit_hash_performance` is given by the
following table:

| Algorithm | Key Size | Key # | Time (s) |
| | Bytes | | |
|------------|-----------|------------|----------|
| Algorithm | Key Size Bytes | Key # | Time (s) |
|------------|:---------:|:----------:|:--------:|
| FNV-1 | 1 | 1048576 | 0.02949 |
| FNV-1 | 2 | 524288 | 0.02361 |
| FNV-1 | 4 | 262144 | 0.02016 |
Expand Down Expand Up @@ -1685,9 +1684,8 @@ following table:

while for `test_64_bit_hash_performance` the results are:

| Algorithm | Key Size | Key # | Time (s) |
| | Bytes | | |
|------------|-----------|------------|----------|
| Algorithm | Key Size Bytes | Key # | Time (s) |
|------------|:---------:|:----------:|:--------:|
| FNV-1 | 1 | 1048576 | 0.02981 |
| FNV-1 | 2 | 524288 | 0.02697 |
| FNV-1 | 4 | 262144 | 0.02275 |
Expand Down