[PHP-DEV] addslashes' speed From: Sascha Schumann (sas <email protected>)
Date: 12/19/98

Hi,

the attached patch speeds up addslashes about 30% (benchmarked on 34MB
/dev/random data, pgcc 1.1 with -O6 -mcpu=pentium).

Btw, using register in a user level program is non sense :-) The effect is
rather drastical on a platform with few available registers resulting in
nothing but a slowdown.

Anyone objects against a commit?
                     
          Regards,
                                                                                
                            Sascha Schumann |
                                 Consultant | finger sas <email protected>
                                            | for PGP public key

  • TEXT/PLAIN attachment: xd

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>