You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core of the package is written in C, and since commenting out include("libfasttransforms.jl") decreases precompile time for me (on an old MacBook Pro running Julia v1.5) by less than 14% and decreases subsequent load time by less than 13%, this would suggest that most of the compile and load times are for peripheral functionality (and loading dependencies). Note that compile time was never the purpose behind the C rewrite of the original Julia version, just a happy side-effect. It was for runtime performance. It's not clear to me how many peripheral routines need a C rewrite.
Currently loading
FastTransforms
for the first time in a new session takes around 9s on my laptop.I wonder if this may be mitigated somewhat?
The text was updated successfully, but these errors were encountered: