Skip to content

Conversation

@GlassOfWhiskey
Copy link
Member

@GlassOfWhiskey GlassOfWhiskey commented Aug 24, 2024

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.

This PR cannot be integrated due to the MagicStack/uvloop#457 issue, which prevents StreamFlow from correctly interacting with snap-based libraries on Ubuntu systems.

@GlassOfWhiskey GlassOfWhiskey force-pushed the integrate-uvloop branch 2 times, most recently from b165257 to af22c0c Compare October 25, 2024 21:06
@codecov
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

❌ Patch coverage is 16.66667% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.78%. Comparing base (81ca086) to head (6e09b75).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
streamflow/main.py 16.66% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
- Coverage   72.79%   72.78%   -0.02%     
==========================================
  Files          90       90              
  Lines       12033    12039       +6     
  Branches     2116     2117       +1     
==========================================
+ Hits         8760     8762       +2     
- Misses       2789     2793       +4     
  Partials      484      484              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GlassOfWhiskey GlassOfWhiskey force-pushed the master branch 2 times, most recently from 9660fdc to 90a078e Compare December 13, 2024 12:08
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.
@GlassOfWhiskey GlassOfWhiskey force-pushed the master branch 7 times, most recently from b21f362 to e7820f1 Compare January 12, 2026 08:25
@GlassOfWhiskey GlassOfWhiskey force-pushed the master branch 4 times, most recently from 8c05dac to 4a6edc9 Compare January 24, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants