Skip to content

Commit

Permalink
Update doc/specs/stdlib_hash_procedures.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
  • Loading branch information
wclodius2 and jvdp1 authored Dec 19, 2021
1 parent f15d42d commit 8ce29b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/specs/stdlib_hash_procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ allows their quick loading and retainment in the instruction cache,
giving a performance boost where the hashing is intermittent.
(See the
[SMHasher discussion](https://github.com/rurban/smhasher/README.md)
and S. Richter, V. Alvarez, and J. Dittrich,
["A Seven-Dimensional Analysis of Hashing Methods and its Implications on Query Processing"](https://bigdata.uni-saarland.de/publications/p249-richter.pdf).
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).

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

0 comments on commit 8ce29b2

Please sign in to comment.