I tried to decrease the time needed to lint file by building julia with
userimg.jl from homebrew. My userimg.jl contains only
require("Lint")
After the compilation, it now takes more than 5 seconds for julia to
start-up. The using Lint already goes fast. Is this to be expected or am I
doing something wrong?Thanks.
