Re: What are variables/parameters that start with a pipe | char

2016-10-02 Thread Parrot Raiser
Great advice. "How to find the answer" is always more useful than "The answer". On 10/1/16, Moritz Lenz wrote: > Hi, > > On 01.10.2016 04:22, Francis (Grizzly) Smit wrote: >> I keep finding stuff like this: >> >> multi method spurt(IO::Path:D: Blob $contents, :$bin, |c) >> multi method spurt(IO::

Startup performance on OS X

2016-10-02 Thread Thor Michael Støre
Hey everyone! Is this normal startup performance? Thormicks-MacBook-Pro-3:~ thormick$ time perl6 -e "say 'foo'" foo real0m0.444s user0m0.166s sys 0m0.067s Thormicks-MacBook-Pro-3:~ thormick$ time perl6 -e "say 'foo'" foo real0m0.202s user0m0.148s sys 0m0.044s Thormicks-

Re: Startup performance on OS X

2016-10-02 Thread Patrick R. Michaud
On Sun, Oct 02, 2016 at 11:00:38AM +0200, Thor Michael Støre wrote: > Thormicks-MacBook-Pro-3:~ thormick$ time perl6 -e "say 'foo'" > foo > > real 0m0.205s > user 0m0.150s > sys 0m0.045s > > [...] > > Foo indeed! ~200ms for this seems awfully slow to me. On another hand, my machine shows: $

Re: Startup performance on OS X

2016-10-02 Thread Timo Paulssen
On my machine it's about 0.1 seconds. The machine i'm using has this CPU in it: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz And it runs off an SSD. - Timo