|
|
|
|
|
by dragontamer
1833 days ago
|
|
The issue is that DDR4 is like that too. Not only the 64 byte cache line, but DDR4 requires a transfer to the sense amplifiers (aka a RAS, row access strobe) before you can read or write. The RAS command eradicated the entire row, like 1024 bytes or so. This is because the DDR4 cells only have enough charge for one reliable read, after that the capacitors don't have enough electrons to know if a 0 or 1 was stored. A row close command returns the data from the sense amps back to the capacitors. Refresh commands renew the 0 or 1 as the capacitor can only hold the data for a few milliseconds. ------ The CAS latency statistic assumes that the row was already open. It's a measure of the sense amplifiers and not of the actual data. |
|
I think this makes the comparison unhelpful since the characteristics are still very different.