From eeaa9565885d3c6f5139d33a512741674ff3e156 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 15 Jun 2014 07:39:57 +0000 Subject: Original cuckoo hashing paper --- src/coucal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/coucal.h b/src/coucal.h index 0ea9486..22ce147 100644 --- a/src/coucal.h +++ b/src/coucal.h @@ -52,7 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * O(1) average, because the pool needs to be compacted time to time. * * References: - * Cuckoo Hashing http://en.wikipedia.org/wiki/Cuckoo_hashing + * Cuckoo Hashing http://www.it-c.dk/people/pagh/papers/cuckoo-jour.pdf * Cuckoo Stash http://research.microsoft.com/pubs/73856/stash-full.9-30.pdf * MurmurHash http://en.wikipedia.org/wiki/MurmurHash * MD5 http://en.wikipedia.org/wiki/MD5 -- cgit v1.2.3