ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Update minimum OCaml version to 5.1 #631

Closed talex5 closed 11 months ago

talex5 commented 11 months ago

This is to allow using the new events system in future.

talex5 commented 11 months ago

The benchmark service uses OCaml 5.0 by default, so I had to add a bench.Dockerfile to fix that. For some reason, it doesn't show a comparison between the old and new benchmarks, but looking at them by eye it mostly got a bit faster.