Skip to content

Source code for experiments reported in "An Unbounded Nonblocking Double-ended Queue", by M. Graichen, J. Izraelevitz, and M. L. Scott, ICPP 2016.

License

Notifications You must be signed in to change notification settings

urcs-sync/Unbounded-Obstruction-Free-Deque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Unbounded-Obstruction-Free-Deque

This directory contains code for

(1) a generic test harness (cpp_harness) for concurrent data structures written in C++. This is primarily the work of Joseph Izraelevitz (Joseph.Izraelevitz@colorado.edu).

(2) an unbounded extension of the obstruction-free double-ended queue of Herlihy, Luchangco, and Moir [IDCDS 2003]. This is joint work of Matthew Graichen (matt.graichen@gmail.com), Joseph Izraelevitz, and Michael L. Scott (scott@cs.rochester.edu). It was published at ICPP 2016.

About

Source code for experiments reported in "An Unbounded Nonblocking Double-ended Queue", by M. Graichen, J. Izraelevitz, and M. L. Scott, ICPP 2016.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages