UDP EZ Memcache PHP Module

download : ezmemcache-1.1.tar.gz [ browse ]

You have found my UDP Memcache extension for PHP. "EZ Memcache" or just "ezmemcache".
Please download the most recent version of the ezmemcache-X.Y.tar.gz and/or also just
feel free to browse the source and more detailed readme in the ezmemcache-X.Y directory.

A quick performance test showed more than a 30% performance improvement over the standard
PECL/memcache 2.2.5. You should see similar results right away. I just did read, write and
deletes on 25,000 keys. It's a very rough test but clearly demonstrates the advantages
if raw performance is what you need.  

performance.php

PECL Write Test    :   1.416 sec   17651 calls/sec
PECL Read Test     :   1.280 sec   19534 calls/sec
PECL Delete Test   :   1.264 sec   19783 calls/sec

EZMC Write Test    :   1.032 sec   24221 calls/sec
EZMC Read Test     :   1.016 sec   24613 calls/sec
EZMC Delete Test   :   0.957 sec   26126 calls/sec

 Write EZMC/PECL cps 1.37:1
  Read EZMC/PECL cps 1.26:1
Delete EZMC/PECL cps 1.32:1

- Dina M. Lolich
dlolich@modron.net