Use asyncio to parallelize rendering process
Opened this issue · 0 comments
johndoe31415 commented
We are using many subprocesses to do our rendering and, in many cases, can already push ahead. For example, we already know the filename of a latex formula, so HTML rendering does not depend on the LaTeX run nor the subsequent ImageMagick calls. We could use asyncio to improve parallelism of the rendering process significantly.