Batch convert processed files strictly sequentially. Parsing/converting is CPU-bound and stateless per file, so run it across a GOMAXPROCS-sized worker pool; zip writing and progress updates stay serialized in original file order.
Batch convert processed files strictly sequentially. Parsing/converting is CPU-bound and stateless per file, so run it across a GOMAXPROCS-sized worker pool; zip writing and progress updates stay serialized in original file order.