|
|
|
|
|
by javcasas
307 days ago
|
|
Were you using the ocamlopt compiler? By default, ocaml runs in a VM, but few people figure that out because it is not screaming its name all the time like a pokemon (looking at you JVM/CLR). But ocaml can be compiled to machine code with significant performance improvements. |
|
The Dune build system does default to ocamlopt nowadays, although maybe not back around 2020.