Re: [PHP-DEV] strspn() & strcspn() speed improvements

2004-06-16 Thread Hartmut Holzgraefe
Alexander Valyalkin wrote: On Wed, 16 Jun 2004 00:41:19 +0300, Andrey Hristov <[EMAIL PROTECTED]> wrote: Privet Alex, is it possible to show some results from benchmarking? > Just compile my standalone test & view results :) As noted before: standalone benchmarks can only tell you whether ot not

Re: [PHP-DEV] strspn() & strcspn() speed improvements

2004-06-16 Thread Antony Dovgal
On Wed, 16 Jun 2004 11:11:25 +0300 "Alexander Valyalkin" <[EMAIL PROTECTED]> wrote: > On Wed, 16 Jun 2004 00:41:19 +0300, Andrey Hristov <[EMAIL PROTECTED]> > wrote: > > > Privet Alex, > > is it possible to show some results from benchmarking? > > > > Thanks a lot, > > Andrey > > > > Just comp

Re: [PHP-DEV] strspn() & strcspn() speed improvements

2004-06-16 Thread Alexander Valyalkin
On Wed, 16 Jun 2004 00:41:19 +0300, Andrey Hristov <[EMAIL PROTECTED]> wrote: Privet Alex, is it possible to show some results from benchmarking? Thanks a lot, Andrey Just compile my standalone test & view results :) -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP In

Re: [PHP-DEV] strspn() & strcspn() speed improvements

2004-06-15 Thread Andrey Hristov
Privet Alex, is it possible to show some results from benchmarking? Thanks a lot, Andrey Quoting Alexander Valyalkin <[EMAIL PROTECTED]>: > My versions of strspn() & strcspn() use faster and clear algorithm. > > Below I provide simple test application, which compares speed and > results of ol