Skip to content

Commit 8ce29b2

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_hash_procedures.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent f15d42d commit 8ce29b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/specs/stdlib_hash_procedures.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ allows their quick loading and retainment in the instruction cache,
415415
giving a performance boost where the hashing is intermittent.
416416
(See the
417417
[SMHasher discussion](https://github.com/rurban/smhasher/README.md)
418-
and S. Richter, V. Alvarez, and J. Dittrich,
419-
["A Seven-Dimensional Analysis of Hashing Methods and its Implications on Query Processing"](https://bigdata.uni-saarland.de/publications/p249-richter.pdf).
418+
and [S. Richter, V. Alvarez, and J. Dittrich. 2015. A Seven-Dimensional Analysis of Hashing Methods and its Implications on Query Processing, Proceedings of the VLDB Endowment, Vol. 9, No. 3.](https://bigdata.uni-saarland.de/publications/p249-richter.pdf) [https://doi.org/10.14778/2850583.2850585](https://doi.org/10.14778/2850583.2850585).
420419

421420
The `stdlib_32_bit_nmhashes` submodule provides implementations
422421
of James Z.M. Gao's `nmhash32` and `nmhash32x` algorithms,

0 commit comments

Comments
 (0)