Click here to Skip to main content
15,891,033 members
Articles / Desktop Programming / Win32

A Lock Free Doubly Linked List With Safe Memory Reclamation

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
3 Oct 2014CPOL5 min read 15.6K   109   7  
This is the second lock-free implementation (first is by H°akan Sundell) that only needs the single-word compare-and-swap atomic primitive.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader VF
Pakistan Pakistan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions