https://github.com/xhjcehust/lftpool
Lock-Free Thread Pool
https://github.com/xhjcehust/lftpool
c linux lock-free thread-pool
Last synced: 3 months ago
JSON representation
Lock-Free Thread Pool
- Host: GitHub
- URL: https://github.com/xhjcehust/lftpool
- Owner: xhjcehust
- Created: 2015-05-19T06:37:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T02:49:38.000Z (about 2 years ago)
- Last Synced: 2025-06-05T10:50:42.467Z (4 months ago)
- Topics: c, linux, lock-free, thread-pool
- Language: C
- Size: 11.7 KB
- Stars: 78
- Watchers: 12
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is LFTPool?
LFTPool is abbreviation of Lock-Free Thread Pool.
It is built without any lock and it can be compiled and used on ubuntu 3.11.3. It is as simple as:$ make
Then you will get an executable file named testtpool.
For more informations, see http://blog.csdn.net/xhjcehust/article/details/45844901.
# contact
For any question, just contact me at any time.mailto: xhjcehust@qq.com
Any suggestion is welcome!