|
You are here |
rcoh.me | ||
| | | | |
dave.cheney.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | ||