Re: [PHP-DEV] asm string functions From: Sascha Schumann (sascha <email protected>)
Date: 08/31/00

On Thu, 31 Aug 2000, André Langhorst wrote:

> just curious,
> string operations are very common in PHP, I´ve been forced to compile
> mysql and they´re using
> free asm libraries for string functions, would it affect the real world
> performance using these in PHP?

    You would not notice it. Additionally, some vendors are
    providing inline asm functions (aka macros) for string
    functions anyway (i.e. the GNU C library 2.1).

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>