Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manasjayanth/reason-on-multicore

Writing multicore programs with Reason
https://github.com/manasjayanth/reason-on-multicore

multicore ocaml reasonml

Last synced: 4 months ago
JSON representation

Writing multicore programs with Reason

Awesome Lists containing this project

README

        

* Reason on multicore OCaml

This repo demonstrates Reason on multicore OCaml compiler!

** Setup

Uses the =no-effect-syntax= branch of the multicore compiler.

#+BEGIN_SRC bash
esy --opam-repository-remote https://github.com/ManasJayanth/multicore-opam \
--opam-override-repository-remote https://github.com/ManasJayanth/multicore-esy-opam-overrides
#+END_SRC

- [[https://github.com/ManasJayanth/multicore-opam][Multicore opam]]
- [[https://github.com/ManasJayanth/multicore-esy-opam-overrides ][Esy Opam overrides]]

** Interesting reads

1. [[https://sudha247.github.io/2020/10/01/lwt-multicore/][Lwt for multicore]]
2. [[https://github.com/ocaml-multicore/ocaml-multicore/wiki/Concurrency-and-parallelism-design-notes#how-many-domains-should-run-on-a-host][Concurrency and Parallelism design notes]]