Skip to content

Project for 184.726 Advanced Multiprocessor Programming (2020S)

Notifications You must be signed in to change notification settings

sevjaeg/wait-free-ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wait-Free Linked List

Project for 184.726 Advanced Multiprocessor Programming (2020S)

Goal

C++ implementation of the basic variant of the wait-free linked list proposed in [1] and the lock-free list from [2] as reference for performance benchmarks. Refer to the documentation in report.pdf for further details.

Literature

[1] S. Timnat, A. Braginsky, A. Kogan, and E. Petrank, Wait-free linked-lists, ACMSIGPLAN Notices, vol. 47, pp. 309–310, 2012

[2] L. Harris, A pragmatic implementation of non-blocking linked-lists, DISC ’01, pp. 300–314, 2001

About

Project for 184.726 Advanced Multiprocessor Programming (2020S)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published