Skip to content

Commit 2f91f0c

Browse files
committed
Add cited by secctions
1 parent 771277a commit 2f91f0c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ heavy workload.
8989
| google::dense_hash_map | 122 |
9090
| std::unordered_map | 220 |
9191
92+
## Cited by
93+
94+
HashMap has been cited by the following papers:
95+
- Koppl, Dominik. “Separate Chaining Meets Compact Hashing.” (2019).
96+
https://arxiv.org/abs/1905.00163
97+
9298
## About
9399
94100
This project was created by [Erik Rigtorp](http://rigtorp.se)

vendor/benchmark

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 491360b833aaab96818dce256a8409f6296dd995

0 commit comments

Comments
 (0)