in reply to Re: Risque Romantic Rosetta Roman Race
in thread Risque Romantic Rosetta Roman Race
Your version crashed and burned. Assuming a simple typo, I changed:
to:@rtoa{ split//, uc(shift) }
@rtoa{ split//, uc($_) }
and it ran significantly faster:
$ perl rtoa-pgatram-tybalt.pl t1.txt >tybalt.tmp rtoa pgatram start read_input_files : 1 secs roman_to_arabic : 4 secs output : 1 secs total : 6 secs $ diff tybalt.tmp pgatram.tmp
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Risque Romantic Rosetta Roman Race
by tybalt89 (Monsignor) on May 10, 2023 at 09:23 UTC | |
Re^3: Risque Romantic Rosetta Roman Race
by tybalt89 (Monsignor) on May 10, 2023 at 09:37 UTC | |
by hippo (Archbishop) on May 10, 2023 at 10:05 UTC | |
by eyepopslikeamosquito (Archbishop) on May 10, 2023 at 10:07 UTC | |
Re^3: Risque Romantic Rosetta Roman Race
by tybalt89 (Monsignor) on May 10, 2023 at 09:30 UTC |