An open API service indexing awesome lists of open source software.

https://github.com/newplan/newplan_toolkit

collections of toolkits
https://github.com/newplan/newplan_toolkit

Last synced: about 1 year ago
JSON representation

collections of toolkits

Awesome Lists containing this project

README

          

# 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](backtrace)
- **```bfc_allocator```**: a simple memory pool implemented in c++ to manage memory , find more at [README](bfc_allocator)
- **```cmdlines```**: a customized parsers to get arguments cmd lines, find more at [README](cmdlines)
- **```logger```**: a customized logger, find more at [README](logger)
- **```net```**: operation on network(e.g., setqos,socket_setopt, etc.), find more at [README](net)
- **```queue```**: SPSCQueue/BlockingQueue/MPMCQueue, etc., find more at [README](queue)
- **```thread```**: thread related utils(threadpool/threadperf), find more at [README](thread)
- **```timer```**: time event & time recorder, find more at [README](timer)

## Other Reference
- **```black_tech```**: https://github.com/NEWPLAN/black_tech