Heckimp should process the files in a threaded manner. #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.