Tim Holy

Results 1853 comments of Tim Holy

There are also performance considerations stemming from needing to force everything into a DataFrame (https://github.com/dcjones/Compose.jl/issues/105#issuecomment-67963024). But, I agree 100% that this is not an easy question to answer well. It's...

One option is to just skip the bot and move https://github.com/JuliaPlots/Plots.jl/blob/master/deps/SnoopCompile/precompile_script.jl into the definition of `Plots` itself.

Actually, is this even making use of the precompilation from SnoopCompileBot? I don't see any place where the source code says `include("precompile_includer.jl")`. @aminya, is this missing from the bot docs?

Also, seems unlikely to be the source of the crash reported in discourse, but do be careful about crashes in versions older than 1.4.2 (see the Julia PR linked from...

Very interesting! Just to throw out yet another possibility: writing them by hand (which is what I usually do). I know that sounds like a lot of work, but I...

Can you define "newer versions"? Meaning 1.5? `master` in the last two weeks? Or something else?

@mkborregaard, my machine is slower than yours (or we started from different foundations, I started from an empty package repository), but for comparison: Julia 1.5: 160s Julia 1.6 (recent src...

It's not so crazy, look at how many packages it precompiled to just to precompile StatsPlots: ``` tim@diva:/tmp/pkgs/compiled/v1.6$ ls AbstractFFTs ColorSchemes Distributions FreeType2_jll JSON MultivariateStats OpenSSL_jll QuadGK Showoff TableOperations Adapt...

xref https://github.com/JuliaLang/julia/issues/37509

```julia using Images help?> findlocalmaxima search: findlocalmaxima findlocalminima findlocalmaxima(img, [region, edges]) -> Vector{CartesianIndex} Returns the coordinates of elements whose value is larger than all of their immediate neighbors. region is...