Hacker News new | ask | show | jobs
by LeakedCanary 865 days ago
I tend to disagree with the following sentence mentioned in the article:

> One hypothesis is instruction-level parallelism

This is Python code, whose execution has a massive gap to the actual CPU instructions executed. The experiment result feels more like something related to the memory cache.