|

[PHP-DEV] Zend fast cache
From: Sterling Hughes (sterling <email protected>)
Date: 11/30/02
Hey,
I was checking the CVS logs, and I read ::
revision 1.13
date: 2001/11/26 17:27:59; author: andi; state: Exp; lines: +1 -1
- Turn off fast cache until we make sure it performs well.
- The best solution is probably to limit its size.
I was just wondering what was wrong, and what it would take to
get this thing up and running... Thies and I were looking at a
little hack, similiar in nature to this, with preallocating a pool of
zval's, and it yielded a 5% performance increase (all hacking credit
goes to thies btw :).
If we preallocated some basic, often used types, i think we'd get a
nice performance increase, perhaps even if we initialized in sapi
modes a few structures in MINIT, we could reuse those instead of
creating and destroying which is currently quite expensive?
-Sterling
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
|