> I saw someone mentioned the performance of serialization.
> Maybe we should have a competition similar to the longlong2str that MySQL had
> a few years ago :)
> Who writes the fastest and best written serialization/unserialization routines
> for zval's.

    Are you aware that PHP's serialize format is used by various
    non-PHP modules as an exchange format?  E.g.

    PHP::Serialization
    PHP::Session::Serializer::PHP

    There is also the issue of BC as serialized data is
    frequently stored permanently for later reuse (not that I
    would condone such usage, but it needs to be considered).

    As such, I would rephrase the question as 

    Who writes the fastest and best written serialization/
    unserialization routines for zval's while maintaining the
    current format?

    - Sascha
        

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to