整理下自己寫的常用庫

整理了一下之前自己寫的linux庫. 有興趣的可以自取: https://github.com/finaldie/final_libs ,:) 有什麼建議可以mail給我[email protected] 

libs contain:
1. a fifo list ( lockfree in one production one consumer )
2. hash table
3. mutex ( wrap system lock )
4. log ( High Performance, Thread Caching Log System )
5. memory buff ( a light-weight buff )
6. cache with LRU
7. configuration
8. timer
9. thread caching memory pool
10. thread pool
11. network 
12. event framework ( a simple event framework, which have internal support of evbuff & socket listen & async connect & timer)
13. test unit framework


:D
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章