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
I tried using SnoopCompile to generate precompile statements for LogicCircuits, based on the unit tests, and also once based on the readme code. In either case, I was not able to significantly speed up the second-time usage. I could speed up the readme code from 37 to 28 seconds. That does not seem worth the extra overhead of maintaining the precompile files. I'm not sure why precompilation is so ineffective for us.
See if this can help us precompile our unit tests so that common use cases become already precompiled so they load faster.
https://timholy.github.io/SnoopCompile.jl/stable/
The text was updated successfully, but these errors were encountered: