/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

byroot.github.io
| | nullprogram.com
5.2 parsecs away

Travel
| | [AI summary] An experienced programmer details a custom C implementation of a hash table using a specific technique called mask-step-index (MSI) to optimize performance and handle edge cases like deletion and dynamic resizing.
| | maksimkita.com
5.3 parsecs away

Travel
| |
| | benhoyt.com
4.8 parsecs away

Travel
| | An explanation of how to implement a simple hash table data structure, with code and examples in the C programming language.
| | emre.me
29.0 parsecs away

Travel
| A hash table is an unordered collection of key-value pairs, where each key is unique. Also, they are the most commonly used data structure for implementing associative arrays1 (maps, dictionaries).