Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Performance penalty of using qr// (the stupid way)

by Anonymous Monk
on Dec 21, 2017 at 10:40 UTC ( [id://1205970]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Performance penalty of using qr// (the stupid way)
in thread Performance penalty of using qr//

compile once and cache as intended? That is  our $re; $re ||= qr...;

im afk atm ; you might gain some insight about when regex are compiled using

re  use re 'debug';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found