/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

rcoh.me
| | dave.cheney.net
1.6 parsecs away

Travel
| | [AI summary] The post explains how the Go runtime implements efficient hashmaps without generics by using a unique maptype descriptor and compile time rewriting to bridge the gap between generic behavior and type safety.
| | attractivechaos.wordpress.com
1.2 parsecs away

Travel
| | Array and hash table are probably the most important data structures. Some programming languages such as Perl, Lua and Javascript, almost build the language core on top of the two data structures. While array is straightforward to implement, hash table is not. This is why we have paid continuous efforts in improving the hash table...
| | nullprogram.com
2.3 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.
| | www.trickster.dev
19.0 parsecs away

Travel
| Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting