Explore >> Select a destination


You are here

hhvm.com
| | tech.preferred.jp
8.3 parsecs away

Travel
| | Most computer applications can be configured to behave a certain way, be it via command line flags, environment variables, or configuration files. For you
| | www.markusdosch.com
6.0 parsecs away

Travel
| | Some advice on how to program (not just) JavaScript in your daily work with less suck.
| | asleepace.com
12.8 parsecs away

Travel
| | Useful TypeScript snippets for everyday use which can be easily copied and pasted.
| | rcoh.me
32.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.