Saturn 1.0: Data structures for OCaml Multicore (opens in new tab)
The first version of the Saturn library is out! This post will give you an overview of the library, its main features, and some use cases. The team encourages you to try the data structures and share your feedback and on from the OCaml workshop at ICFP 2024 if you want more details. Let’s dig in! What is Saturn? The Saturn repository is made up of one package, saturn, containing all lock-free data structures. You can use Saturn with OCaml 5.2 or later, and it can be installed from opam with t...
Read the original article