-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asciidoctorj-pdf is very slow compared to conversion using fop #50
Comments
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. |
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?
The text was updated successfully, but these errors were encountered: