RE: utf8::SWASHNEW

2005-05-12 Thread Christopher Fry
> -Original Message- > From: Greg Matheson [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 5:47 PM > To: perl-unicode@perl.org > Subject: Re: utf8::SWASHNEW > > On Mon, 02 May 2005, Christopher Fry wrote: > > > One of the things we gathered from our

Re: utf8::SWASHNEW

2005-05-02 Thread Greg Matheson
IL PROTECTED] > > Sent: Friday, April 29, 2005 8:58 AM > > To: perl-unicode@perl.org > > Subject: Re: utf8::SWASHNEW > > Eric Cholet wrote in perl.unicode : > > > I just did a profiling on one of my programs, and it turns out it > > > spends most of its

RE: utf8::SWASHNEW

2005-05-02 Thread Christopher Fry
m: Rafael Garcia-Suarez [mailto:[EMAIL PROTECTED] > Sent: Friday, April 29, 2005 8:58 AM > To: perl-unicode@perl.org > Subject: Re: utf8::SWASHNEW > > Eric Cholet wrote in perl.unicode : > > I just did a profiling on one of my programs, and it turns out it > > spends mo

Re: utf8::SWASHNEW

2005-04-29 Thread Rafael Garcia-Suarez
Eric Cholet wrote in perl.unicode : > I just did a profiling on one of my programs, and it turns out it > spends most of its time in utf8::SWASHNEW. In second place is one of my > own functions, and in third place comes utf8::SWASHGET. What do > SWASHNEW and SWASHGET do ? (in layman's terms-- I