We are already evaluating the rules in parallel, but the largest chunk of time consumed by Hank is spent parsing the modules. It would be great if we could parallelize that part and either parse each module in a different process or have multiple workers queueing up the parsing.
Describe the solution you'd like
We are already evaluating the rules in parallel, but the largest chunk of time consumed by Hank is spent parsing the modules. It would be great if we could parallelize that part and either parse each module in a different process or have multiple workers queueing up the parsing.