▲ | ackfoobar 2 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. | ||
▲ | loxs 2 days ago | parent [-] | |
I would imagine most of it, because the program in question mostly does parsing and ETL. |