Pretty generic feature request, I know
Currently we have a ~1100 page textbook that takes 60 seconds to generate. That isn't a huge amount of time, but I noticed I never use more than 12% CPU to generate.
It would be very helpful for us to debug our changes if we could generate this textbook faster
I thought about trying to break up our document into smaller ones, and generate smaller pdfs simultaneously, but I don't think I could coordinate page numbers and hyperlinks between individual documents in the combined result (which I'm guessing is part of why you currently use one thread)
Currently we have a ~1100 page textbook that takes 60 seconds to generate. That isn't a huge amount of time, but I noticed I never use more than 12% CPU to generate.
It would be very helpful for us to debug our changes if we could generate this textbook faster
I thought about trying to break up our document into smaller ones, and generate smaller pdfs simultaneously, but I don't think I could coordinate page numbers and hyperlinks between individual documents in the combined result (which I'm guessing is part of why you currently use one thread)