Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1005 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 1005 Bytes

newplan_toolkit

collections of toolkits

  • backtrace: a fashion backstack implemented in c++ show runtime stack, as well as exception stack when crashed, find more at README
  • bfc_allocator: a simple memory pool implemented in c++ to manage memory , find more at README
  • cmdlines: a customized parsers to get arguments cmd lines, find more at README
  • logger: a customized logger, find more at README
  • net: operation on network(e.g., setqos,socket_setopt, etc.), find more at README
  • queue: SPSCQueue/BlockingQueue/MPMCQueue, etc., find more at README
  • thread: thread related utils(threadpool/threadperf), find more at README
  • timer: time event & time recorder, find more at README

Other Reference