Login  |  Packages  |  Support  |  Bugs
Top Level :: Caching :: chdb

chdb

This package is not maintained, if you would like to take over please go to this page.
Package Information
Summary A fast database for constant data with memory sharing across processes
Maintainers Lorenzo Castelli < lorenzo at hyves dot nl > (lead) [details]
License BSD
Description 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.
Homepage http://github.com/lcastelli/chdb

[ Latest Tarball ] [ Changelog ] [ View Statistics ]
[ Browse Source ] [ Package Bugs ]

Available Releases
Version State Release Date Downloads  
1.0.3 stable 2013-04-07 chdb-1.0.3.tgz (9.7kB) [ Changelog ]
1.0.2 stable 2012-04-18 chdb-1.0.2.tgz (9.6kB) [ Changelog ]
1.0.1 stable 2011-03-19 chdb-1.0.1.tgz (9.5kB) [ Changelog ]
1.0.0 stable 2011-03-10 chdb-1.0.0.tgz (9.3kB) [ Changelog ]
0.2.0 beta 2010-07-21 chdb-0.2.0.tgz (9.2kB) [ Changelog ]
0.1.0 beta 2010-06-16 chdb-0.1.0.tgz (9.5kB) [ Changelog ]


Dependencies
Release 1.0.3: PHP Version: PHP 5.0.0 or newer
PEAR Package: PEAR 1.4.8 or newer
Operating System: unix
Release 1.0.2: PHP Version: PHP 5.0.0 or newer
PEAR Package: PEAR 1.4.8 or newer
Operating System: unix
Release 1.0.1: PHP Version: PHP 5.0.0 or newer
PEAR Package: PEAR 1.4.8 or newer
Operating System: unix
Dependencies for older releases can be found on the release overview page.
PRIVACY POLICY  |  CREDITS
Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 21 17:05:02 2024 UTC
Bandwidth and hardware provided by: pair Networks