Skip to content

Commit 60dd353

Browse files
authored
Prepare for release 0.5.0 (#147)
1 parent 1e3024b commit 60dd353

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGES.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
### 0.5.0
2+
3+
- Optimized Michael-Scott queue with a safe and an unsafe versions (@lyrm,
4+
@polytypic)
5+
- Optimize spsc queue : unsafe optimizations (@lyrm, @polytypic)
6+
- Optimize spsc queue : optimizations without Obj.magic (@lyrm, @polytypic)
7+
- Tweak treiber stack (@polytypic)
8+
- Disable implicit transitive dependencies (@polytypic)
9+
- Fix dune rules to specify package (@polytypic)
10+
- Lock free skiplist with size (@polytypic, @lyrm, @sooraj-srini)
11+
- Wait-free size for lock free data structures (@polytypic, @lyrm, @nikochiko)
12+
113
### 0.4.1
214

315
- pop_opt, peek, peek_opt functions for queue (@lyrm)
416
- Remove 'name' field from benchmark results (@Sudha247)
5-
- Better README (@lyrm, @Sudha247, @polytypic, @art-w, @christinerose, @ILeandersson, @kayceesrk)
17+
- Better README (@lyrm, @Sudha247, @polytypic, @art-w, @christinerose,
18+
@ILeandersson, @kayceesrk)
619
- Add .nojekyll (@lyrm)
7-
- Add a barrier module in tests to replace the use of Semaphore (@lyrm, @polytypic)
20+
- Add a barrier module in tests to replace the use of Semaphore (@lyrm,
21+
@polytypic)
822
- Remove .merlin and .ocp-indent files. (@lyrm)
923
- Correct issue caused by saturn_lockfree module beeing named Lockfree (@lyrm)
1024
- Generate opam files automatically (@sudha247)

0 commit comments

Comments
 (0)