Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Is foreach split Optimized?

by sundialsvc4 (Abbot)
on Jul 09, 2017 at 15:12 UTC ( [id://1194616]=note: print w/replies, xml ) Need Help??


in reply to Is foreach split Optimized? (Update: No.)

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Is foreach split Optimized?
by jdporter (Chancellor) on Jul 12, 2017 at 13:30 UTC
    Source-code example is left as an exercise to the reader

    Of course it is. The heat death of the universe will occur before we see any working code from you.

    I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
Re^2: Is foreach split Optimized?
by karlgoethebier (Abbot) on Jul 09, 2017 at 18:53 UTC
    "Source-code example is left as an exercise to the reader."

    OK, but it's untested:

    #!/usr/bin/env perl package MrNatural; use feature qw(say); use Class::Tiny { mantra => qq(Om Anwha Tanas Siam) }; package Enlightment; use base qw(MrNatural); use strict; use warnings; my $meditation = Enlightment->new(); for ( 1 .. 10000 ) { say $meditation->mantra; sleep 5; } __END__

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Re^2: Is foreach split Optimized?
by Anonymous Monk on Jul 09, 2017 at 17:59 UTC
    >Source-code example is left as an exercise to the reader.
    Stop posting shit. Stop talking shit. You can't do anything. You know Jack Shit.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1194616]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-19 02:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found