Vindaar / MHB_test

1 stars 1 forks source link

Generate PDFs via pandoc using mutliple pandoc processes in parallel #5

Open Vindaar opened 2 years ago

Vindaar commented 2 years ago

Turns the single threaded pandoc conversion into a parallel multithreaded approach by first generating all pandoc calls and then executing them in parallel.

TODO: we still need to take care of actually generating the combined module files. This is mainly meant as a proof of concept to showcase how this could be done.