整理下自己写的常用库

Table of Contents

整理了一下之前自己写的库. 地址在 https://github.com/finaldie/final_libs 有兴趣的同学可以自取 :) 有什么建议可以mail给我(hyzwowtools@gmail.com or hyzwowtools@163.com)

libs contain:
1. a fifo list ( lockfree in one production one consumer )
2. hash table
3. mutex ( wrap system lock )
4. log ( asynchronous log, aio not recommand use )
5. memory buff ( a light-weight buff )
6. read conf
7. timer
8. thread cache memory pool
9. thread pool
10. network lib
11. event lib
12. test unit framework

:D