Open ebursztein opened 4 years ago
In engine/ops/ we do iterate through population sequentially. This is a prime target to make it parallel in case the users has multiples populations. Unsure how that would play with batching distribution. Might create unnecessary contention.
depend on #43
In engine/ops/ we do iterate through population sequentially. This is a prime target to make it parallel in case the users has multiples populations. Unsure how that would play with batching distribution. Might create unnecessary contention.
depend on #43