Faster startup
Aperta
- Lingua principale
- Julia
- Stelle
- 1.5k
- Fork
- 186
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Fastest startup I've gotten down to, on latest brand-new master:
```
$ julia -O1 --compile=min -q
julia> @time using PyCall
0.564175 seconds (189.99 k allocations: 12.739 MiB)
```
With the new options, I'm trying out in a PR elsewhere:
https://github.com/JuliaPackaging/BinaryBuilder.jl/pull/900/files
The thing is, I can't get this low, by starting with Julia with no options, and I'm puzzled as either the code change or the CLI options are slower, but together fastest... any idea what I'm doing wrong?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.