Genie Discord forum

Are there any examples or guidelines available for using SnoopPrecompile or precompile-files created by SnoopCompile together with Genie? I am trying to speed up the startup process of my app, which could benefit from some more precompiled methods. However, the way that Genie apps are loaded (via Genie.loadapp
etc) hides away internal modules defined in the lib
folder, or things going on in the routes.jl
file. This in turn prevents the precompilation mechanism to find the UserApp
module or function definitions.

No don't have a demo with SnoopCompile
We have one with package compiler
Genie,Stipple,Searchlight app:- https://github.com/GenieFramework/PkgVizBoard
GenieBuilder app:- https://github.com/GenieFramework/DockerizedGBApp/tree/packagecompiler

Thanks! The setup in the second example looks very close to what I might need ๐