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

Commits on Sep 24, 2024

  1. chore: Remove aiofiles dependency

    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 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    08b7cbb View commit details
    Browse the repository at this point in the history