Skip to content

franciscosbf/lock-free-ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lock-free Linked List

Based on the linked list example in Chapter 9 of "The Art Of Multiprocessor Programming" book.

Java's AtomicMarkableReference was "poorly" ported so I could be able to implement the same data structure in Rust (it requires extra memory allocations and deallocations).

About

Lock-free Linked List in Rust

Resources

License

Stars

Watchers

Forks

Languages