Hacker News new | ask | show | jobs
by ackfoobar 304 days 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.

1 comments

I would imagine most of it, because the program in question mostly does parsing and ETL.