|
|
|
|
|
by haxen
829 days ago
|
|
> maybe 4 cycles worth in this optimized version? It's quite a bit more than that, just the code discussed in the post is around 20 instructions, and there's a bunch more concerns like finding the delimiter between the name and the temperature, and hashtable operations. All put together, it comes to around 80 cycles per row. When explaining the timing of 1.5 seconds, one must take into account that it's parallelized across 8 CPU cores. |
|