From f3f7a77156842991f9931cc627bdfb822fbdc3d1 Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Sun, 26 Dec 2021 09:43:12 +0100 Subject: [PATCH] fix tables in stdlib_hash_procedures.md --- doc/specs/stdlib_hash_procedures.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/specs/stdlib_hash_procedures.md b/doc/specs/stdlib_hash_procedures.md index 72e305d82..d01e04b8c 100755 --- a/doc/specs/stdlib_hash_procedures.md +++ b/doc/specs/stdlib_hash_procedures.md @@ -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 | @@ -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 |