▲ | titzer 4 days ago | ||||||||||||||||
> Also it seems that it requires locking? That's not very good given that locks often need syscalls. AFAIU in most STMs all the fast paths are implemented using lock-free algorithms with just barriers. | |||||||||||||||||
▲ | codedokode 4 days ago | parent [-] | ||||||||||||||||
How do you implement "commit" part safely (writing changes to the object) without locking the object? | |||||||||||||||||
|