5 ms·
I tend to disagree with the following sentence mentioned in the article: > One hypothesis is instruction-level parallelism This is Python code, whose executio
by LeakedCanary 3y 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.