libcds v2.3.3 Release Notes

Release Date: 2018-12-31 // over 5 years ago
  • 🚀 Maintenance release

    • Minimum CMake version is 3.0.2
    • 🔄 Changed software license from BSD to Boost
    • ✂ Removed '#pragma lib' for Windows build
    • 🛠 Bugfix and minor improvements

Previous changes from v2.3.2

  • 🚀 Maintenance release

    • ➕ Added: apply( Func f ) method to containers based on flat combining.
      This method allows to execute any function over underlying container
      in exclusive mode.
    • ✂ Removed: -fno-strict-aliasing requirement
    • 🛠 Fixed: a serious bug in WeakRingBuffer::front()
    • 🛠 Fixed: memcpy bug in CuckooHash with store_hash feature