Write-through in the context of Write buffer


Write-through in the context of Write buffer

Write-through Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Write-through in the context of "Write buffer"


HINT:

👉 Write-through in the context of Write buffer

A write buffer is a type of data buffer that can be used to hold data being written from the cache to main memory or to the next cache in the memory hierarchy to improve performance and reduce latency. It is used in certain CPU cache architectures like Intel's x86 and AMD64. In multi-core systems, write buffers destroy sequential consistency. Some software disciplines, like C11's data-race-freedom, are sufficient to regain a sequentially consistent view of memory.

A variation of write-through caching is called buffered write-through.

↓ Explore More Topics
In this Dossier