DocOpt.jl icon indicating copy to clipboard operation
DocOpt.jl copied to clipboard

add a precompile workload

Open KristofferC opened this issue 2 years ago • 0 comments

I came across this package and thought it was kind of slow to use so I added a small precompile workload to speed it up:

# Before:
# 1.8: 2.83s
# 1.9: 2.63s

# After:
# 1.8: 2.18s
# 1.9: 0.48s

It feels like this should be even better though.

KristofferC avatar Mar 24 '23 09:03 KristofferC