Skip to content

Commit

Permalink
Fix table caption pos
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Sep 28, 2024
1 parent b9cee7f commit 04f8e61
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,25 +144,24 @@ For details, see the documentation of the project:
Additionally, the benchmarking results are publicly available as JSON files in
the repository: <https://github.com/hajimes/mmh3-benchmarks>.

<!-- markdownlint-capture -->
<!-- markdownlint-disable line-length -->

: \label{bandwidth}Benchmarking results for Python extensions. Small data
velocity is defined as the inverse of the mean latency (in microseconds) for
inputs in the range of \[1, 256\] bytes. Collet (2020) refers to the results
of original C implementations experimented by the author of xxHash, using a CPU
clocked at 3.6-4.9 GHz (ours: 2.4-3.3 GHz).

<!-- markdownlint-capture -->
<!-- markdownlint-disable line-length -->

| Hash | Width | Bandwidth | Small Data Velocity | x Width | cf. Collet (2020) |
| Hash | Width | Bandwidth | Small Data Velocity | x Width | cf. Collet (2020) |
| :----------- | ----: | :-------------- | ------------------: | -------: | :---------------- |
| xxh3_128 | 128 | **22.42 GiB/s** | 8.96 | 1147 | 29.6 GiB/s |
| xxh3_64 | 64 | 22.41 GiB/s | 9.5 | 608 | 31.5 GiB/s |
| xxh_64 | 64 | 8.90 GiB/s | 9.3 | 595 | 9.1 GiB/s |
| **mmh3_128** | 128 | 6.91 GiB/s | **19.04** | **2437** | N/A |
| xxh_32 | 32 | 6.15 GiB/s | 8.91 | 285 | 9.7 GiB/s |
| **mmh3_32** | 32 | 2.86 GiB/s | 18.41 | 589 | 3.9 GiB/s |
| sha1 | 160 | 1.63 GiB/s | 2.4 | 383 | 0.8 GiB/s |
| md5 | 128 | 0.65 GiB/s | 1.95 | 249 | 0.6 GiB/s |
| xxh3_128 | 128 | **22.42 GiB/s** | 8.96 | 1147 | 29.6 GiB/s |
| xxh3_64 | 64 | 22.41 GiB/s | 9.5 | 608 | 31.5 GiB/s |
| xxh_64 | 64 | 8.90 GiB/s | 9.3 | 595 | 9.1 GiB/s |
| **mmh3_128** | 128 | 6.91 GiB/s | **19.04** | **2437** | N/A |
| xxh_32 | 32 | 6.15 GiB/s | 8.91 | 285 | 9.7 GiB/s |
| **mmh3_32** | 32 | 2.86 GiB/s | 18.41 | 589 | 3.9 GiB/s |
| sha1 | 160 | 1.63 GiB/s | 2.4 | 383 | 0.8 GiB/s |
| md5 | 128 | 0.65 GiB/s | 1.95 | 249 | 0.6 GiB/s |

<!-- markdownlint-restore -->

Expand Down

0 comments on commit 04f8e61

Please sign in to comment.