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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: Remove aiofiles dependency #596

wants to merge 1 commit into from

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

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 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
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.

1 participant