lock-free 0.1.2

Lock-Free data structures


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

lock-free Build Status

A library for lock-free data structures.

Currently the library contains a Doubly-Linked List and a single-reader single-writer queue. DList is based on the paper Lock-free deques and doubly linked lists. A good description of SRSW queues can be found here

They need doubly-linked list still needs a thorough review and some polishing. That said all unittests pass on X86_64.

Authors:
  • Martin Nowak
Dependencies:
none
Versions:
0.1.2 2014-Sep-14
0.1.1 2014-Jul-04
0.1.0 2014-Jul-03
~master 2021-Feb-03
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 716 downloads total

Score:
2.0
Short URL:
lock-free.dub.pm