5 ms·
> straight/naive rewrite was ~3 times faster How much of that do you think comes from reduced allocations/indirections? Now I really want to try out OxCaml and
by ackfoobar 1y ago
> straight/naive rewrite was ~3 times faster
How much of that do you think comes from reduced allocations/indirections? Now I really want to try out OxCaml and see if I can approximate this speedup by picking up low hanging fruits.
- loxs 1y agoI would imagine most of it, because the program in question mostly does parsing and ETL.