Feature request: multiple workers for the HDR post-process components

Hi @chris,

I’d like to propose the addition of multiple workers for the following HDR post-process components:
image
They can be quite slow with multiple HDR files because they only run single core.

I’ve successfully implemented ladybug_rhino.grasshopper.run_function_in_parallel into HB Glare Postprocess. But it would be nice to see it officially implemented. If you’d like for me to share the code, let me know.

Kind regards,
Marc

Nice! I like the idea, @marctavenier , and it sounds like you implemented it the same way that I would do it. Do you want to send a pull request with your component edits to honeybee-grasshopper-radiance?

If you do so, I am happy to test and merge it as a contribution (or make tweaks before merging if necessary).

FYI, if you want to make a contribution the way that LBT developers do, you can use the LB Export UserObject component to get all files that we need to merge the Pull Request.

Otherwise, if you want to keep it simple, just sending a Pull Request that edits the relevant .py files would be good enough for us to test. For example, this is the one for HB False Color: