JuliaPy / JuliaPy/PyCall.jl

Faster startup

Open
#811 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.