-
-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify Client._graph_to_futures() (#4127)
* Removed extra_keys, which is redundant. extra_keys is only used by str_graph() to find keys to tokenize but since extra_keys are already tokenized, it is redundant to to tokenize the keys it finds! * Removed dsk2 and dsk3 * Avoid empty keys in future_dependencies * Postponed the tokey() calls to the end of _graph_to_futures() * Eliminated the need to juggle two graphs `dsk` and `d`
- Loading branch information
Showing
2 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters