|
|
|
|
|
by ajamesm
3382 days ago
|
|
In this post, I will summarize my understanding of a non-blocking (lock free) design of linked list data structure...
The author conflates blocking with lock-free. Starvation is a form of blocking, non-blocking implies no starvation. |
|