|
|
|
|
|
by EduardoRFS
1768 days ago
|
|
OCaml is really good at building in parallel. So even without that many files it can still compile using 32 threads. Making so that a project with 20k loc is less than a second in debug mode. And recompile time in native(debug) mode is almost 100% linking time. For bytecode you can have wild rebuild times, in the milisecond range. |
|
[1] https://github.com/facebook/pyre-check [2]