Re: Fwd: [PHP-DEV] Faster zend_hash

2001-07-09 Thread Sebastian Bergmann
Andi Gutmans wrote: > I'd appreciate if people tested this. It compiles fine on Win32 and runs nicely with phpMyAdmin and phpOpenTracker. -- sebastian bergmannhttp://www.sebastian-bergmann.de/ -- PHP Development Mailing List To unsubscribe, e-mail:

Re: Fwd: [PHP-DEV] Faster zend_hash

2001-07-09 Thread Andi Gutmans
At 03:47 PM 7/9/2001 -0500, Andrei Zmievski wrote: >On Mon, 09 Jul 2001, Andi Gutmans wrote: > > I'd appreciate if people tested this. To check it out go into your > > php4/Zend CVS tree and do: > > cvs update -r PRE_NEW_HASH_FUNC_PATCH > >And don't forget to "cvs upd -A" after you are done test

Re: Fwd: [PHP-DEV] Faster zend_hash

2001-07-09 Thread Andrei Zmievski
On Mon, 09 Jul 2001, Andi Gutmans wrote: > I'd appreciate if people tested this. To check it out go into your > php4/Zend CVS tree and do: > cvs update -r PRE_NEW_HASH_FUNC_PATCH And don't forget to "cvs upd -A" after you are done testing. -Andrei "Someone clearly thinks that C is a garbage

Fwd: [PHP-DEV] Faster zend_hash

2001-07-09 Thread Andi Gutmans
I'd appreciate if people tested this. To check it out go into your php4/Zend CVS tree and do: cvs update -r PRE_NEW_HASH_FUNC_PATCH Andi >Date: Mon, 09 Jul 2001 21:24:22 +0300 >To: [EMAIL PROTECTED] >From: Andi Gutmans <[EMAIL PROTECTED]> >Subject: [PHP-DEV] Faster zen

[PHP-DEV] Faster zend_hash

2001-07-09 Thread Andi Gutmans
Guys, I've commited a patch for zend_hash.* in the Zend CVS branch PRE_NEW_HASH_FUNC_PATCH (yeah the branch name shouldn't be with the PRE ) which increases the speed of our hash tables significantly. Can you please try it out and see that it works for you and give me feedback if you notice a