|
|
|
|
|
by saagarjha
1031 days ago
|
|
It’s only useful once you understand how algorithmic complexity works, and how to profile your code, and how you language runtime does things. Before that your CPU cache is largely opaque and trying to peer into it is probably counterproductive. |
|