Some recent changes caused precompilation to be unacceptably slow (200-500+ seconds). MWE
using MendelIHT
cd(normpath(MendelIHT.datadir()))
julia> @time mses = cross_validate("normal", Normal, path=1:20);
245.610546 seconds (152.45 M allocations: 6.990 GiB, 1.27% gc time, 1.42% compilation time)
julia> @time mses = cross_validate("normal", Normal, path=1:20);
11.852532 seconds (22.98 M allocations: 531.709 MiB, 2.26% gc time)
Some recent changes caused precompilation to be unacceptably slow (200-500+ seconds). MWE