Right now the performance difference between stdlib files, aiofiles, and aiofile is undocumented.
There should be at least two benchmarks:
- Show the performance during single-threaded operations (single while loop where stdlib files is likely to be faster).
- Show the performance improvement when using
aiofile during high IO concurrency scenarios.
Right now the performance difference between stdlib files,
aiofiles, andaiofileis undocumented.There should be at least two benchmarks:
aiofileduring high IO concurrency scenarios.