Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isayme/clib

c lib for user program, use it as dynamic library.
https://github.com/isayme/clib

Last synced: 12 days ago
JSON representation

c lib for user program, use it as dynamic library.

Awesome Lists containing this project

README

        

# About #
This rep is about c libs for user program, use it as dynamic library.
All librarys list below is for UNIX like system, especially for linux.
# Library List #
## liblog ##
Log module, you can use it for writing log for your programe.
## libbm ##
A string search algorithm named by BM, normally its faster than KMP(another string search algorithm).
## libthread ##
Thread APIs for create new thread for program.
## libdaemon ##
Obviously, the purpose of the lib is to make a program run as a daemon.
## liblist ##
Double list, code mainly from linux kernel.
## libudp ##
For socket communication using UDP protocol.
## libthreadpool ##
Thread pool.
## libconfig ##
config file read library.
# Contact #
Email : isaymeorg [at] gmail [dot] com
Blog : [www.isayme.org](www.isayme.org "www.isayme.org") [Chinese Simplified]