Heckimp should process the files in a threaded manner. #5

Open
opened 2023-10-31 00:01:44 +01:00 by cassowary · 0 comments
Owner

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.
cassowary added the
enhancement
label 2023-12-07 22:02:37 +01:00
Sign in to join this conversation.
No description provided.