-
Notifications
You must be signed in to change notification settings - Fork 13
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
Precompile the package? #12
Comments
Yes. But the observable performance gain is limited, as Rsvg.jl is only a very thin layer i.e, function header + ccall to the (compiled) code in the library. |
I see. This is actually causing problems downstream. I would like to precompile PlotlyJS - which loads Rsvg — but cannot because Rsvg is not precompiled. |
PR? |
Yep, happy to open one. Just wanted to chat in an issue to make sure there wasn’t something you knew of that precluded precompilation from working. |
This can also be closed, right? |
Could the Rsvg module be precompiled?
The text was updated successfully, but these errors were encountered: