Update README.md

This commit is contained in:
greg
2019-03-03 16:06:13 -05:00
parent 158fb1207e
commit 983261a650
Vendored
+2 -4
View File
@@ -1,7 +1,5 @@
## the parallel hashmap
(or Abseiling from the shoulders of giants)
(c) Gregory Popovitch - 2/28/2019
# the parallel hashmap
or Abseiling from the shoulders of giants - © Gregory Popovitch - March 3, 2019
[tl;dr] built on top of Abseil's flat_hash_map, the parallel flat_hash_map is
more memory friendly, and can be used from multiple threads with high levels of