johnisgood
2 days ago
I do not know how to interpret the benchmarks. OCaml is really fast, so the numbers do not make sense to me, at a quick glance. Is it worse or better to Python or Ruby according to the benchmark? I would like to see the code, too, because if it is that much slower than Python or Ruby, then there is a serious problem with the implementation.
extrabajs
2 days ago
Guessing from the text that they’re running the (interactive) bytecode compiler + interpreter version of OCaml, which is much slower.