alan
alan copied to clipboard
Fan out parallel array operations across cores
AVM to avoid spinning up more than n (cpu core count) instances. map, each, find and all parallel array opcodes should generate n tasks for each cpu core instead of m tasks for each element in the array
Implementation should take into account the results of https://github.com/alantech/alan/issues/387