You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently used didjvu to bundle lots of pages into a DJVU file (400-900 pages per DJVU file) and observed it being quite slow while only using one thread. This allowed me to run different bundling operations in parallel, but real multiprocessing would be nice to speed up the process for each DJVU file.
I had this patch that adds
-j
/--jobs
lying around:It no longer applies cleanly and IIRC it didn't work correctly.
The text was updated successfully, but these errors were encountered: