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
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