ocaml5-tutorial VS reagents

Compare ocaml5-tutorial vs reagents and see what are their differences.

ocaml5-tutorial

A hands-on tutorial on the new parallelism features in OCaml 5 (by ocaml-multicore)

reagents

Reagents for multicore OCaml (by ocaml-multicore)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ocaml5-tutorial reagents
3 2
193 126
0.0% -0.8%
4.1 4.4
about 2 months ago 12 months ago
OCaml OCaml
MIT License ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ocaml5-tutorial

Posts with mentions or reviews of ocaml5-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.

reagents

Posts with mentions or reviews of reagents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • Transputer.net
    1 project | news.ycombinator.com | 7 Jan 2024
    The 1978 paper proposes a reasonable set of primitives and then walks through prose examples with them. The book proposes roughly the same primitives (channels are the big change, but stop is barely in the paper) and describes them in a formal notation for state machines. It's the difference between a sketch of a plausible idea and writing down the mathematics.

    Related though much later, ocaml https://github.com/ocaml-multicore/reagents observed that the send/recv primitives make less sense than a swap primitive. Between occam and the current ocaml effort, concurrent ML is the same sort of model with the details really well thought through (e.g. a thread executing stop gets garbage collected).

  • OCaml 5.0 Multicore is out
    19 projects | news.ycombinator.com | 16 Dec 2022
    Still early days, but I had done some exploratory work in the past on Reagents, a composable lock-free library [1]. Now that OCaml 5 is released, we're reviving this work.

    It's semantics is weaker than STM -- unlike STM, it doesn't provide serializability but Reagents can compile down to multi-word compare and swap operations, which can be implemented with the help of hardware transactions (when present) or efficient software implementations of it [2]. Hence, Reagent programs should be faster than STM.

    [1] https://github.com/ocaml-multicore/reagents

What are some alternatives?

When comparing ocaml5-tutorial and reagents you can also consider the following projects:

rescript-webapi - ReScript bindings to the DOM and other Web APIs

mldonkey - cross-platform multi-network p2p daemon