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.
Comments
I tend to disagree with the following sentence mentioned in the article:
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.