Update ch9.md - #342
Closed
guaidaokakaxi wants to merge 1 commit into
Closed
Update ch9.md#342guaidaokakaxi wants to merge 1 commit into
guaidaokakaxi wants to merge 1 commit into
Conversation
感觉这里强调的是“读写”这件事的线性一致性,隐含了比如不能保证“写写”的线性一致性
Collaborator
|
你好! 感觉上修改前后的实质意思差别不大?如果想要突显读写,是不是改成“线性一致的读写操作”或“线性一致的读操作和写操作”也可以? ps. 原文是 only linearizable read and write operations can be implemented in this way 另外就是单这样改的话,和后半句的“不能实现线性一致的比较和设置(CAS)操作”也没对齐。 |
Collaborator
|
你好,如果暂时没有进一步的修改建议,我就先关闭此 PR 了哈。 Thanks anyway. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
感觉这里强调的是“读写”这件事的线性一致性,隐含了比如不能保证“写写”的线性一致性