|
|
|
|
|
by catlifeonmars
252 days ago
|
|
> Algorithm efficiency for example is entirely independent of physical memory implementations This is wrong. Lots of algorithms behave completely differently based on memory layout. There is typically an inflection point where big O effects start coming into play, but at most scales, memory locality tends to be way more important in determining how efficiently something runs. |
|
If your algorithm is poorly designed and does significantly more work than necessary then that is independent of physical memory.
It's like you are trying to misunderstand me.