From 9876951748a17a4e67b17a75aa25156ad2ed4b08 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Feb 2024 10:08:03 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5135d00b..afae2288 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ val expected_sum : int = 5050 On OCaml 5, again using effect handlers, the module `Fork_join` implements the [fork-join model](https://en.wikipedia.org/wiki/Fork%E2%80%93join_model). -It must run on a pool (using [Runner.run_async] or inside a future via [Fut.spawn]). +It must run on a pool (using `Runner.run_async` or inside a future via `Fut.spawn`). It is generally better to use the work-stealing pool for workloads that rely on fork-join for better performance, because fork-join will tend to spawn lots of