Bishwarup B
09/12/2021, 12:20 PMmap to parallelise over the lat-lon pairs but i have a couple of questions here:
1. I know if i use a DaskExecutor or LocalDaskExecutor the flow is distributed, but is there any limit to applying map over such a large collection?
2. instead of using threads to run the computation, is it possible to make use of async as the tasks (most of them) are heavily IO bound?
What are some considerations I should make here? Thanks!emre
09/12/2021, 1:14 PMBishwarup B
09/12/2021, 1:47 PMemre
09/12/2021, 2:16 PMBishwarup B
09/12/2021, 4:59 PMKevin Kho