Faster startup

This commit is contained in:
Páll Haraldsson 2020-05-10 15:52:31 +00:00 committed by GitHub
parent 83c59ae682
commit b681717c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
module Gnuplot
if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
@eval Base.Experimental.@optlevel 1
end
using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures
using REPL, ReplMaker