|
|
|
|
|
by jchb
3041 days ago
|
|
What about:
* Disk reads may unnecessarily trash the CPU caches, because CPU will need to verify the checksum when the DMA read is done, even if the app isn't going to process the data immediately afterwards
* Battery life - without checksums the CPU can stay mostly idle, and go into a lower power mode, while the disk controller does its job |
|