From 04f8e61daa8735530f5103ba835413226ca728eb Mon Sep 17 00:00:00 2001 From: Hajime Senuma Date: Sat, 28 Sep 2024 16:27:30 +0900 Subject: [PATCH] Fix table caption pos --- paper/paper.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index e5eea0b..f1ef5de 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -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: . + + + : \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). - - - - -| 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 |