Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove aiofiles dependency #596

Merged
merged 1 commit into from
Dec 19, 2024
Merged

chore: Remove aiofiles dependency #596

merged 1 commit into from
Dec 19, 2024

Conversation

rumpelsepp
Copy link
Member

@rumpelsepp rumpelsepp commented Sep 24, 2024

We only write very small files. Unless the artifactsdir is located on a,
e.g., very slow network drive, it is very unlikely that the eventloop is
blocked by these writes. Usually only a few bytes are written to
dumpfiles or to separate result files.

Let's use the stdlib instead and get rid of a further dependency.

See also: #582, #590, #591, #595

@rumpelsepp rumpelsepp added this to the gallia 2.0 milestone Sep 24, 2024
@rumpelsepp rumpelsepp marked this pull request as ready for review October 16, 2024 09:03
@rumpelsepp rumpelsepp force-pushed the noaiofiles branch 2 times, most recently from d503019 to 54f2ba7 Compare December 17, 2024 15:53
@rumpelsepp rumpelsepp added the enhancement New feature or request label Dec 17, 2024
We only write very small files. Unless the artifactsdir is located on a,
e.g., very slow network drive, it is very unlikely that the eventloop is
blocked by these writes. Usually only a few bytes are written to
dumpfiles or to separate result files.

Let's use the stdlib instead and get rid of a further dependency.
@rumpelsepp rumpelsepp merged commit 9780246 into master Dec 19, 2024
9 checks passed
@rumpelsepp rumpelsepp deleted the noaiofiles branch December 19, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant