DNedic Lockfree Versions Save

A collection of lock-free data structures written in standard C++11

1.0.2

1 year ago
  • Made all class members accidentally public private
  • Small doc fixes

1.0.1

1 year ago
  • Added static asserts to verify the template type arguments are trivial types
  • Added static asserts to verify the minimum size
  • Moved all the relaxed atomic loads before the acquire loads, potentially increasing performance, there was no need for these to be inside fences.
  • Updated the documentation in various places

1.0.0

1 year ago
  • First release