Open david0 opened 3 years ago
Any idea why its so much slower? I really prefer asciidoctor-pdf, but we now have documents that take 10min to render...
I guess an difference of 10s between asciidoctor-pdf and asciidoctorj-pdf can be expected since starting up the VM and the jruby runtime takes a bit of time. Do you also see a big difference between the 2 for your larger documents that take 10 or 20 minutes to convert?
The numbers are for a running JVM (GUI application). The 10min are from my collegues PC (windows..). I tried the same document on my MacBook:
I've seen several reports of AsciidoctorJ PDF being much slower on Windows (particularly from GUI applications). This very likely stems from an issue in JRuby, but one we don't yet understand. It's unlikely that it has anything to do with Asciidoctor itself.
First of all, thanks for the great work on asciidoctor(j)(-pdf)!
We are using asciidoctor-pdf to convert our documents, but are not really satisfied with the performance. E.g. converting a 24 Page PDF (2 PNG, 2 SVG, 15 small xmls highlighed via rouge, some tables):
Is there anyway to improve the performance?