[PHP-DEV] 2x speedup of unserializer

2001-11-10 Thread Sascha Schumann
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

Re: [PHP-DEV] 2x speedup of unserializer

2001-11-10 Thread Thies C. Arntzen
On Sat, Nov 10, 2001 at 05:55:26PM +0100, Sascha Schumann wrote: 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