So you were actually creating this linkeddatastructure.
因此,也就创建了这种彼此链接的数据结构。
2
A lookup datastructure which is a linked list is then initialized.
然后初始化一个查找数据结构,这是一个链表。
3
So to construct a nonblocking linked list, tree, or hash table, we need to find a way to update multiple Pointers with CAS without leaving the datastructure in an inconsistent state.