Yes. It solves the problem. Thanks!
time julia -e "exit()" Before: 2.84s user 0.14s system 108% cpu 2.750 total After: 0.38s user 0.15s system 110% cpu 0.479 total 在 2014年10月16日星期四UTC+8上午3时56分02秒,Elliot Saba写道: > > Excellent. Glad to hear it. > -E > > On Wed, Oct 15, 2014 at 3:22 AM, Oliver Kappel <[email protected] > <javascript:>> wrote: > >> >> > I've uploaded a new 0.3.1 binary. Please redownload and see if the >> > startup time has gotten any better. >> > -E >> >> Thank you. >> >> before: >> >> $ time julia -e "exit()" >> >> real 0m3.452s >> user 0m3.403s >> sys 0m0.137s >> >> Your new binary: >> >> $ time julia -e "exit()" >> >> real 0m0.539s >> user 0m0.347s >> sys 0m0.107s >> >> >> Regards, Oliver >> >> >
