collections of toolkits
backtrace
: a fashion backstack implemented in c++ show runtime stack, as well as exception stack when crashed, find more at READMEbfc_allocator
: a simple memory pool implemented in c++ to manage memory , find more at READMEcmdlines
: a customized parsers to get arguments cmd lines, find more at READMElogger
: a customized logger, find more at READMEnet
: operation on network(e.g., setqos,socket_setopt, etc.), find more at READMEqueue
: SPSCQueue/BlockingQueue/MPMCQueue, etc., find more at READMEthread
: thread related utils(threadpool/threadperf), find more at READMEtimer
: time event & time recorder, find more at README