Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.67k stars 149 forks source link

[Question] How to hashlib a large number of csv files with aiofiles to increase performance #71

Open scheung38 opened 4 years ago

scheung38 commented 4 years ago

Saw this article but async is slower than standard way ?

https://stackoverflow.com/questions/56685967/asynchronous-programming-for-calculating-hashes-of-files

rabbit72 commented 4 years ago

I answered this question in that topic.