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
Yu Qing 160ac651a9 INSTALL changed 2015-11-09 09:24:25 +08:00
php-fastcommon change php extension version 2015-10-26 16:32:32 +08:00
src allocator support reclaim 2015-11-06 18:57:39 +08:00
HISTORY README changed 2015-11-06 12:23:01 +08:00
INSTALL INSTALL changed 2015-11-09 09:24:25 +08:00
README README changed 2015-11-06 12:29:33 +08:00
libfastcommon.spec sched_thread.c: task can execute in a new thread 2015-10-16 10:43:02 +08:00
make.sh make clean 2015-08-26 19:00: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 etc.

detail info please see the c header files.