Skip to content

Releases: ocaml-multicore/saturn

1.0.0

05 Dec 10:00
ed0a45d
Compare
Choose a tag to compare

CHANGES:

  • Add lockfree Bag (@lyrm, @polytypic)
  • Update Skiplist with better documentation and additional functions (@lyrm)
  • Update Mpsc with better documentation and additional functions (@lyrm, @art-w)
  • Update Michael-Scott queue with better documentation and additional functions (@lyrm, @art-w)
  • Update Ws_deque with better documentation and additional functions (@lyrm, @art-w)
  • Update Spsc with better documentation and additional functions (@lyrm, @art-w)
  • Optimization of Ws_deque (@polytypic, @lyrm)
  • Add Bounded Queue (@lyrm, @polytypic, @art-w)
  • Add Bounded Stack (@lyrm, @art-w)
  • Update Treiber Stack with better documentation and additional functions (@lyrm, @art-w)
  • Remove Saturn_lockfree package (@lyrm)
  • Remove relaxed_queue and M module in ws_deque (@lyrm)
  • Add Htbl from Picos (@lyrm, @polytypic)

0.5.0

22 Aug 13:02
60dd353
Compare
Choose a tag to compare

CHANGES:

0.4.1

14 Nov 08:33
978b876
Compare
Choose a tag to compare

CHANGES:

0.4.0

10 Jul 14:08
8b9a688
Compare
Choose a tag to compare

CHANGES:

  • Add docs and rename/refactor to add a lockfree package (@lyrm)
  • CI clean up and set up Windows CI (@lyrm)
  • Adopt OCaml Code of Conduct (@Sudha247)
  • Mark alcotest as a test dependency (@Khady)
  • Set QCHECK_MSG_INTERVAL to avoid clutter in CI logs (@jmid)
  • Fix space leaks in MS Queue (@polytypic, @lyrm)
  • Add STM tests for current data structures (@lyrm, @jmid)

0.3.1

25 Jan 14:08
Compare
Choose a tag to compare

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

08 Dec 16:47
bf8f500
Compare
Choose a tag to compare

CHANGES:


0.2.0

06 Apr 10:30
Compare
Choose a tag to compare

CHANGES:


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

Dune support

17 Apr 11:10
a3e6ed2
Compare
Choose a tag to compare
Merge pull request #3 from sadiqj/duneify

Duneification of lockfree

0.1.2

08 Dec 13:31
Compare
Choose a tag to compare

vX.Y.Z YYYY-MM-DD Location

First release.

0.1.1

06 Dec 17:47
Compare
Choose a tag to compare

Fixes opam constraints.