Hacker News
- How to implement a hash table in C (2021) https://benhoyt.com/writings/hash-table-in-c/ 41 comments
- Implementing Hash Tables in C https://www.andreinc.net/2021/10/02/implementing-hash-tables-in-c-part-1 159 comments
- How to implement a hash table in C https://benhoyt.com/writings/hash-table-in-c/ 156 comments
- Benchmarking hash table implementations: C++, Java, LuaJIT http://lonewolfer.wordpress.com/2014/03/13/benchmarking-hash-table-implementations-in-different-languages/ 23 comments
- Show HN: Simple Hash Table Implementation for C https://github.com/watmough/jwHash 26 comments
Lobsters
- How to implement a hash table (in C) https://benhoyt.com/writings/hash-table-in-c/ 3 comments c , compsci
- How to implement a hash table (in C) https://benhoyt.com/writings/hash-table-in-c/ 3 comments coding
- How to implement a hash table in C https://benhoyt.com/writings/hash-table-in-c/ 8 comments programming
- How to implement a hash table (in C) https://benhoyt.com/writings/hash-table-in-c/ 2 comments c_programming
- How to implement a hash table in C https://benhoyt.com/writings/hash-table-in-c/ 13 comments c_programming
- How to implement a hash table (in C) https://benhoyt.com/writings/hash-table-in-c/ 114 comments programming
- Simple hash table implementation for C https://github.com/watmough/jwhash 53 comments programming
- Comparison of different hash table implementations in C http://www.ipd.bth.se/ska/sim_home/hash_performance.html 8 comments programming
- Implementing hash tables in C (separate chaining), and a little theory https://www.andreinc.net/2021/10/02/implementing-hash-tables-in-c-part-1 23 comments programming
- "Implementing Hash Tables in C" (an article I've drafter a few years ago, but never published it until... now) https://www.andreinc.net/2021/10/02/implementing-hash-tables-in-c-part-1 28 comments c_programming
- [C] Question about my hash table implementation and how to deal with collisions https://www.reddit.com/r/learnprogramming/comments/b0qy3r/c_question_about_my_hash_table_implementation_and/ 3 comments learnprogramming
- I implemented a Hash Table dictionary (using murmurHash3) in C for counting words of a text file https://github.com/kiasar/HashTable_C 3 comments c_programming