NEWPLAN / newplan_toolkit

collections of toolkits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

collections of toolkits

License:MIT License


Languages

Language:C++ 81.9%Language:C 10.2%Language:Python 5.6%Language:Makefile 1.4%Language:CMake 0.9%