We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c25393 commit 2257366Copy full SHA for 2257366
src/InMemoryDatasets.jl
@@ -197,7 +197,8 @@ include("stat/ds_stat.jl")
197
include("precompile/precompile.jl")
198
include("precompile/warmup.jl")
199
include("precompile/create_sysimage.jl")
200
-_precompile()
+# FIXME currently v1.9.0 precompilation and loading cause an enormous amount of allocation - v1.10 seems ok
201
+VERSION != v"1.9.0" && _precompile()
202
203
function __init__()
204
if Threads.nthreads() == 1
0 commit comments