|
|
|
|
|
by scott_s
4161 days ago
|
|
Is it any scarier than having wildly inefficient software code? (Think a naive traversal of large matrices that thrashes the cache.) That's a workflow where optimization requires knowing the internals and how they interact, but you can ignore such things if you just want correctness. At least in software, that model works well, because the performance of most of the code we write doesn't matter - even in applications where performance is a concern. |
|