Front page | perl.perl6.users |
Postings from August 2022
Re: BEGIN {} question
Thread Previous
From:
ToddAndMargo via perl6-users
Date:
August 29, 2022 18:56
Subject:
Re: BEGIN {} question
Message ID:
bbc2bf6c-f1cd-28a3-af1b-518a18ff3d4f@zoho.com
On 8/29/22 10:45, Tom Browder wrote:
> On Mon, Aug 29, 2022 at 12:31 PM ToddAndMargo via perl6-users
> <perl6-users@perl.org> wrote:
>> On 8/29/22 08:41, Tom Browder wrote:
> ...
>>> And I think you may be surprised how much speedup you may get by using
>>> the precompiled-module "trick" for most of your 11,000-line program.
> ...
>> Hi Tom,
>> The .precomp workaround was never in question!
>> But there are tines when it is impractical.
> ...
>> So lots and lots of compiling that .precomp does not
>> help me with.
> ...
>> More information that you wanted. Sorry.
>
> No reason to apologize, Todd. I had forgotten how much you were
> actually doing with your Raku code--a textbook example for sure!
>
> But I apologize for my impatient replies. :-)
>
> Blessings,
>
> -Tom
Hi Tom,
You are a force of nature. I always love
your replies. I was in no way offended.
:-)
I got long winded because a lot of folks keep
telling me about the .precomp workaround. I did
not want them to think I was summarily
disregarding their advice (including you).
I wanted to expound on why it is not always
practicle.
-T
Thread Previous