c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
 
 
 
 
Go to file
yuqing 51c9b28f90 change zend_hash_find to zend_hash_str_find 2016-08-09 13:47:44 +08:00
php-fastcommon modify php-fastcommon/test.php 2016-07-25 12:46:44 +08:00
src change zend_hash_find to zend_hash_str_find 2016-08-09 13:47:44 +08:00
HISTORY php7_ext_wrapper.h: #include <stdbool.h> 2016-08-08 15:27:51 +08:00
INSTALL INSTALL changed 2015-11-09 09:24:25 +08:00
README README changed 2016-02-04 15:10:17 +08:00
libfastcommon.spec ini_file_reader support #@if 2016-06-14 17:29:25 +08:00
make.sh ini_file_reader support #@for 2016-06-14 22:41:15 +08:00

README

Copyright (C) 2010 Happy Fish / YuQing

libfastcommon may be copied only under the terms of the Less GNU General
Public License(LGPL).
Please visit the libfastcommon Home Page for more detail.
English language: https://github.com/happyfish100/libfastcommon
Chinese language: http://www.csource.org/


c common functions library extracted from my open source projects FastDFS and 
FastDHT. this library is very simple and stable.

functions including: string, logger, chain, hash, avl treee, socket,
ini file reader, memory pool, object based allocator, connection pool,
time wheel based timer, ioevent like epoll, local ip functions,
process start/stop/restart control, task schedule, base64 encode / decode,
url encode / decode, skiplist, system info functions etc.

detail info please see the c header files.