We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238e204 commit a97296bCopy full SHA for a97296b
CHANGES.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 2.1.0
6
+
7
+- Added `instantaneous_domain_index` for the implementation of contention
8
+ avoiding data structures. (@polytypic)
9
+- Added `Transparent_atomic` module as a workaround to CSE issues in OCaml 5.0
10
+ and OCaml 5.1 and also to allow more efficient arrays of atomics. (@polytypic)
11
+- Fixed `fenceless_get` to not be subject to CSE. (@polytypic)
12
13
## 2.0.0
14
15
- Changed the semantics of `copy_as_padded` to not always copy and to not
0 commit comments