Y
Hacker News
new
|
ask
|
show
|
jobs
by
bearzoo
2052 days ago
many scientific computing applications are considered to be bounded by io
1 comments
kzrdude
2052 days ago
rather famously, one needs an intense operation like matrix multiplication to get cpu bound (an operation that has many enough arithmetic operations per data element, for I/O to not dominate).
link