|
|
|
|
|
by hvidgaard
3888 days ago
|
|
The major takeaway I had from my courses in data intensive applications, was that IO is all that matters. It is the limiting factor to such an extend that you don't really care about the algorithmic efficiency with regards to CPU calculations, or memory. You analyse algorithms in terms of IO access, and specifically access pattern. If you cannot make the algorithm in a scanning fashion, you're in for a bad time. |
|
https://www.usenix.org/conference/nsdi15/technical-sessions/...