Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 610 Bytes

CHANGES.md

File metadata and controls

22 lines (15 loc) · 610 Bytes

Release notes

All notable changes to this project will be documented in this file.

0.3.1

  • Rework dscheck integration to work with utop (@lyrm)
  • Add OCaml 4 compatability (@sudha247)
  • Add STM ws_deque tests (@jmid, @lyrm)

0.3.0

  • Add MPSC queue (@lyrm)
  • Add SPSC queue (@bartoszmodelski)
  • Add MPMC relaxed queue (@bartoszmodelski, @lyrm)
  • Add Michael-Scott Queue (@tmcgilchrist, @bartoszmodelski, @lyrm)
  • Add Treiber Stack (@tmcgilchrist , @bartoszmodelski, @lyrm)
  • Integrate model-checker (DSCheck) (@bartoszmodelski)

v0.2.0

  • Add Chase-Lev Work-stealing deque Ws_deque. (@ctk21)