On 2016-03-24 Steve Izma wrote: > I guess I need to re-state the question. I'm quite familiar with > groff's speed, including with 1000-page (or larger) complex > books. But I'm wondering if anyone can tell me if groff benefits > from running on multiple CPU cores and multiple CPUs.
I don't think so, but you can use GNU parallel. Look at its manual page, there are lots of examples, also on how to use it on a single file. As for python, there is a multiprocessing module. Morten
