Hacker News new | ask | show | jobs
by favorited 1568 days ago
Writes are much slower than reads, but modern CPUs have a write-buffer for each core so they don't need to wait for the write to propagate back down the caches and into main memory before continuing execution.