in reply to Re: Null-stripping performance
in thread Null-stripping performance
The "unpack a$index" method takes about 41 microseconds (when averaged over a 262000 byte string), so it's the one to avoid. It has to allocate the large substring it skips over before it throws it away.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Null-stripping performance
by qiau (Initiate) on Feb 26, 2007 at 17:19 UTC |