From c40a477bf7faa11920bff3f944db64058b3f74d8 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Wed, 1 Feb 2017 17:27:10 +0100 Subject: [PATCH] Add hopscotch map to the list of containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63051f4..b251892 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [C++ B-tree](https://code.google.com/p/cpp-btree/) - A template library that implements ordered in-memory containers based on a B-tree data structure. [Apache2] * [Hashmaps](https://github.com/goossaert/hashmap) - Implementation of open addressing hash table algorithms in C++. [MIT] +* [Hopscotch map](https://github.com/Tessil/hopscotch-map) - A fast header-only hash map which uses hopscotch hashing for collisions resolution. [MIT] * [LSHBOX](https://github.com/RSIA-LIESMARS-WHU/LSHBOX) - A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support Python and MATLAB. [GPL] ## Cryptography