Skip to content

Commit

Permalink
Optimize remote commands through StreamFlowPath
Browse files Browse the repository at this point in the history
This commit relies on the new `StreamFlowPath` abstraction to redirect
file-based commands to the lowest possible `ExecutionLocation` in the
wrapping hierarchy, in order to meet a `local` location whenever
possible. The main benefit of this strategy is that `local` locations
support Python-based commands, which are way faster than shell-based
remote processes.
  • Loading branch information
GlassOfWhiskey committed Dec 14, 2024
1 parent f83c0cb commit 65691c0
Showing 1 changed file with 208 additions and 150 deletions.
Loading

0 comments on commit 65691c0

Please sign in to comment.