Hi! I've just tried the Match.jl package and it works just as expected. But now my program needs 10 extra seconds to start, even if the code using the @match macro is untouched. Is there anyway to cache the generated code?
If I understand the docs correctly this only works if I move the code using the macro into its own module. Is this correct?