Hacker News
- An article about sparse table data structure https://medium.com/@adityakumar_98609/sparse-table-3e29a3c4bec3 8 comments programming
- An amazing C++ hash map based on a sparse table. https://github.com/greg7mdp/sparsepp 13 comments programming
- Hash Table Benchmarks: Google {sparse,dense}_hash_map, gcc, glib, Qt, Boost, Python, and Ruby http://incise.org/hash-table-benchmarks.html 106 comments programming