Answer the question
In order to leave comments, you need to log in
What is the difference between safe, regular and atomic (safe, regular, atomic) registers?
I understand the basics of parallel programming. Came across the following concepts.
A register is a memory location that can be written/read. They are different, but registers of the types “writes a lot, reads a lot” (multi reader, multi writer - MRMW) and “one writes, reads a lot” (multi reader, single writer - MRSW) are especially interesting in the context. (Everything is clear here, but please correct me if it's wrong). They serve to create locks (locks), mutual exclusions (mutex), "resolving" other disputable situations (consensus, for example).
The register can be:
Answer the question
In order to leave comments, you need to log in
For those who know English language:
https://stackoverflow.com/questions/8871633/whats-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question