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
- Host: GitHub
- URL: https://github.com/newplan/newplan_toolkit
- Owner: NEWPLAN
- License: mit
- Created: 2021-09-15T06:41:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T03:49:28.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:34:48.507Z (over 1 year ago)
- Language: C++
- Size: 194 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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