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

Re^5: Out of Memory

by davido (Cardinal)
on Mar 28, 2013 at 17:46 UTC ( [id://1026008]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Out of Memory
in thread Out of Memory

You're right. :)

This really should be a job for tr///, shouldn't it?

my $string = '5mb of stuff'; my $count = $string =~ tr/\0/\0/;

(I probably just missed seeing that proposed somewhere within the thread.)

Update: Ah, I see it's the first thing you proposed (good job). This is probably a good time for me to walk away from the keyboard for awhile. ;)


Dave

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-29 10:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found