Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-pecl-chdb | Distribution: Unknown |
Version: 1.0.3 | Vendor: Remi Collet |
Release: 4.el7.remi.5.4 | Build date: Fri Apr 25 07:12:27 2014 |
Group: Development/Languages | Build host: schrodingerscat.famillecollet.com |
Size: 49319 | Source RPM: php-pecl-chdb-1.0.3-4.el7.remi.5.4.src.rpm |
Packager: http://blog.famillecollet.com/ | |
Url: http://pecl.php.net/package/chdb | |
Summary: A fast database for constant data |
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.
PHP
* Tue Apr 15 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-4 - add numerical prefix to extension configuration file * Sun Mar 23 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-3 - allow SCL build * Sun Mar 16 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-2 - install doc in pecl_docdir * Sun Oct 06 2013 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - initial package, version 1.0.3 (stable) - https://github.com/lcastelli/chdb/issues/5
/etc/php-zts.d/chdb.ini /etc/php.d/chdb.ini /usr/lib64/php-zts/modules/chdb.so /usr/lib64/php/modules/chdb.so /usr/share/doc/pecl/chdb /usr/share/doc/pecl/chdb/INSTALL /usr/share/doc/pecl/chdb/LICENSE /usr/share/doc/pecl/chdb/README /var/lib/pear/pkgxml/php-pecl-chdb.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:20:33 2024