>> On 31 Jul 2020, at 03:45, ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:
>>
>> Hi All,
>>
>> Any sign of a fix for the 10 second compile time?
>>
>> Do you know if a bug has been opened on it so I can
>> sign up for the CC?
>>
>> Many thanks,
>> -T
On 2020-07-31 01:40, Elizabeth Mattijsen wrote:
$ time raku -e ''
real 0m0.120s
user 0m0.111s
sys 0m0.022s
Doesn't take 10 seconds for me.
That is not what I am speaking of.
My 8978 line plus modules program was ported
over from Perl 5. On Perl 5, it fires up in about
1/2 second, not 10 seconds. I was told they are
working on it. And whilst I wait, to put the main
part of my program in a module so .precomp would
take care of it. That is not always practical.
By the way, I do not know if your remember it, but
you sent me the same test about a years ago when I
first asked about it.
:-)