SUSYUSTC / MathTranslate

translate scientific papers in latex, especially arxiv papers
https://github.com/SUSYUSTC/MathTranslate
Apache License 2.0
1.04k stars 69 forks source link

Multithreading #49

Closed PythonOrC closed 1 year ago

PythonOrC commented 1 year ago

Added a thread pool to allow for multithreaded translation

the size of the thread pool can be change with --threads option followed by a natural number (>=1) or 0 for auto adjust

added corresponding GUI