Explore >> Select a destination


You are here

benhoyt.com
| | attractivechaos.wordpress.com
1.8 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...
| | www.laurentluce.com
1.3 parsecs away

Travel
| |
| | rcoh.me
1.8 parsecs away

Travel
| | Few data-structures are more ubiquitous in real-world development than the hash table. Nearly every major programming features an implementation in its standard library or built into the runtime. Yet, there is no conclusive best strategy to implement one and the major programming languages diverge widely in their implementations! I did a survey of the Hash map implementations in Go, Python, Ruby, Java, C#, C++, and Scala to compare and contrast how they were implemented.
| | www.nayuki.io
34.1 parsecs away

Travel
| [AI summary] This article discusses the implementation and optimization of the Whirlpool hash function in x86 assembly, comparing different programming approaches and benchmarking their performance.