https://github.com/newplan/black_tech
a collection of black tech
https://github.com/newplan/black_tech
Last synced: 8 months ago
JSON representation
a collection of black tech
- Host: GitHub
- URL: https://github.com/newplan/black_tech
- Owner: NEWPLAN
- License: apache-2.0
- Created: 2018-10-01T16:05:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T14:31:04.000Z (over 5 years ago)
- Last Synced: 2025-10-06T20:01:53.856Z (8 months ago)
- Language: C++
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# black_tech
a collection of black teches
- ```blockQueue:``` a thread-safe blocking queue
- ```high-performance-io```: high-performance TCP paradigms (including reactor, proactor, epoll, etc.)
- ```IPQoS```: ip qos helper to set the qos and priority for TCP/IP flows.
- ```lockfree_queue_thread_pool```: a lock-free queue based thread poll
- ```threadPool```: another thread poll
- ```threadPerf```: tools to profile thread-level hardware (CPU, mem) utilization at runtime.
- ```timeEvent```: a time event to for timed tasks
- ```timeLine:``` tools to profile event in time series for multi-thread environments
- ```timeRecord```: a millisecond-level timer to measure systems.
- ```violin_plot```: python-based violin plot toolkits.