reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Parallelise work-intensive extensions #27

Closed akerbos closed 11 years ago

akerbos commented 11 years ago

Some extensions (currently gnuplot and tikzext) perform many independent tasks which may take a while.

Make use of multi-core architectures and execute theses tasks in parallel!

akerbos commented 11 years ago

Note: this feature requires gem parallel; the log contains an appropriate hint if it is not available.