excel_to_code
excel_to_code copied to clipboard
Any chance of parallelising this?
I haven't tried myself yet, but wanted to check whether you'd tried parallelising some of the code, to speed it up on multi-processor machines.
I'm already using command.run_in_memory = true, which gives a big improvement in performance - 60% saving on time compiling decc_model
I haven't tried it, but agree it would be good if possible.
ok, I'll take a look and see if I can do anything.