|
| 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 | + |
1 | 13 | ### 0.4.1
|
2 | 14 |
|
3 | 15 | - pop_opt, peek, peek_opt functions for queue (@lyrm)
|
4 | 16 | - 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) |
6 | 19 | - 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) |
8 | 22 | - Remove .merlin and .ocp-indent files. (@lyrm)
|
9 | 23 | - Correct issue caused by saturn_lockfree module beeing named Lockfree (@lyrm)
|
10 | 24 | - Generate opam files automatically (@sudha247)
|
|
0 commit comments