Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The conclusion of that thread was that his Python benchmark was accessing the hashmap's entries in sequential order (due to python's hash function being intentionally non-random), while the Go benchmark was accessing keys at random (since its hash function is random) and trashing the cache.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: