-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit integrates the `uvloop` asynchronous engine as a drop-in replacement for `asyncio` when Python runs on top of the `Cython` library. The `uvloop` library is faster than the standard async engine, improving StreamFlow performance epsecially on HTC workflows.
- Loading branch information
1 parent
723bac0
commit af22c0c
Showing
3 changed files
with
16 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ kubernetes_asyncio==31.1.0 | |
psutil==6.1.0 | ||
referencing==0.35.1 | ||
rdflib==7.0.0 | ||
uvloop==0.21.0 | ||
yattag==1.16.0 |
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