From 7c7e24f3a9f83d3025d0a15051e8b10409dcb7fa Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 2 Mar 2019 22:21:43 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0f488bb..3412394 100644 --- a/README.md +++ b/README.md @@ -182,3 +182,10 @@ Still, this is a pretty good result, we are now inserting values into our parall ### Thanks I would like to thank Google's Matt Kulukundis for his excellent presentation of the flat_hash_map design at CPPCON 2017 - my frustration with not being able to use it most likely triggered my insight into the parallel_map_map. Also many thanks to the Abseil container developers - I believe the main contributors are Alkis Evlogimenos and Roman Perepelitsa - who created an excellent codebase into which the graft of this new hash map took easily, and finally to Google for open-sourcing Abseil. + + +### Links + +[github repository for the benchmark code use in this paper](https://github.com/greg7mdp/parallel-hashmap) +[Google Abseil repository](https://github.com/abseil/abseil-cpp) +