(no title)
EduardoRFS | 4 years ago
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.
fnord123|4 years ago
[1] https://github.com/facebook/pyre-check [2]
Jtsummers|4 years ago
Reading your table, there are 198302 lines of OCaml code. That's about 10x larger than the 20k you claim. The 20339 in that row is the count of blank lines. I doubt they matter much here.