There is a patch available which boosts the speed of the
unserializer significantly.
http://pair1.php.net/~sas/unserializer-speedup
A large percentage of the speedup was achieved by
eliminating the use of a hash for the reference
implementation. Credits go to Thies for noticing this.
The other part aims at making this code more maintainable for
future extensions.
To apply the patch, do this:
cd php4/ext
patch -p0 -N < /path/to/patch
Please let me know what results you are seeing.
And don't forget to Cc me as I haven't been subscribed to the
PHP lists for some time.
Thanks,
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]