The new PECL package chdb-1.0.3 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
- Use the right variable when adding the library path for CMPH (thanks to Jille 
Timmermans).

Package Info
-------------
CHDB (constant hash database) is a fast key-value database for constant data,
realized by using a memory-mapped file and thus providing the following
functionalities:
 - Extremely fast initial load, regardless of the size of the database.
 - Only the pages of the file which are actually used are loaded from the disk.
 - Once a page is loaded it is shared across multiple processes.
 - Loaded pages are cached across multiple requests and even process recycling.
A typical use of CHDB is as a faster alternative to defining many PHP
constants.
CHDB is internally implemented as a hash-table using a perfect hashing function,
thus guaranteeing worst case O(1) lookup time.

Related Links
-------------
Package home: http://pecl.php.net/package/chdb
   Changelog: http://pecl.php.net/package-changelog.php?package=chdb
    Download: http://pecl.php.net/get/chdb-1.0.3.tgz

Authors
-------------
Lorenzo Castelli <lore...@hyves.nl> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to