Sultan Orazbayev
Sultan Orazbayev
Does your `analyze` function refer to `G`? If so, it might help to create a delayed version of G and pass it explicitly to the function, which should help as...
> for departureNode in G.nodes: Also, if you are running this on every node in the graph that has 1+ mln nodes, you will overwhelm the dask scheduler (based on...
After experimenting locally with the actual file, I am confident that the issue is caused by passing around a fairly large object (graph). Below is a snippet using `future` API:...
I'm interested in working on this, if volunteers are needed. (though the solution I have in mind is probably not very efficient: copy A and eliminate zeros, as suggested in...
This seems to pop-up every now and then when I use multiple process to access the same cache value, but unable to reproduce consistently.
@maximlt : Thank you for the comments and pointers! Yes, I realized that the fix is going to be a bit more complex. I'll try to resolve this, adding relevant...
I am in favour of the approach suggested by @stsouko , partly because it is a practice I am trying to follow in all of my coding. This is not...
That is reasonable. Perhaps we can close this issue?
Perhaps this is something to pass to external implementation/libraries that can be dispatched to.
In case someone comes here from Google, an example of using `FieldInfo.merge_field_infos` is given [here](https://stackoverflow.com/a/77419139/10693596).