RE: utf8::SWASHNEW

2005-05-02 Thread Christopher Fry
One of the things we gathered from our profiling was that more of the SWASH* activity in our apps was happening around regexes. We took a closer look and, for the regexes that could never have unicode values (e.g. for internal URL checking), we just scoped them and did a "use bytes" within that sco

Re: utf8::SWASHNEW

2005-05-02 Thread Greg Matheson
On Mon, 02 May 2005, Christopher Fry wrote: > One of the things we gathered from our profiling was that more of the SWASH* > activity in our apps was happening around regexes. We took a closer look > and, for the regexes that could never have unicode values (e.g. for internal > URL checking), we j