I expect that it'd be a lot faster to spawn worker threads to do the actual file processing to absorb IO wait between a few separate threads. We can use asyncio for this pretty trivially. It should be a pretty minor change overall to the core loop.
I expect that it'd be a lot faster to spawn worker threads to do the actual file processing to absorb IO wait between a few separate threads. We can use asyncio for this pretty trivially. It should be a pretty minor change overall to the core loop.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I expect that it'd be a lot faster to spawn worker threads to do the actual file processing to absorb IO wait between a few separate threads. We can use asyncio for this pretty trivially. It should be a pretty minor change overall to the core loop.