Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a224230ccd2ea594

Jump to content

Talk:Double hashing

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 6 years ago by 196.247.24.12 in topic Linear and Quadratic double hashing

New section

[edit]

The second function has to be subtracted.

The presentation in Knuth does subtract the offset produced by the second hash function, but the important thing is that the offset is a function of the key, and that it be in the interval {1,T-1}. The offset can be added or subtracted. Sbalfour (talk) 16:01, 18 September 2019 (UTC)Reply

Linear and Quadratic double hashing

[edit]

Just as there is linear and quadratic probing to resolve collisions, there is linear and quadratic double hashing, and as might be suspected analogous to the probing cases, quadratic double hashing is superior to linear double hashing. The entire content of this article is about linear double hashing. I propose we either add quadratic double hashing here, or split off an article for it. Sbalfour (talk) 16:29, 18 September 2019 (UTC)Reply

@Sbalfour: I'm unable to find a citation for "Quadratic double hashing" (searching for that phrase turns up only comparisons of quadratic hashing and double hashing), but I added § Enhanced double hashing which I think covers the field. 196.247.24.12 (talk) 22:16, 5 March 2020 (UTC)Reply