Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schets/scalable-jobqueue
An efficient fork-join library that scales to high core counts
https://github.com/schets/scalable-jobqueue
Last synced: about 1 month ago
JSON representation
An efficient fork-join library that scales to high core counts
- Host: GitHub
- URL: https://github.com/schets/scalable-jobqueue
- Owner: schets
- License: mit
- Created: 2015-08-11T23:10:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T02:21:27.000Z (over 9 years ago)
- Last Synced: 2023-08-05T00:51:26.716Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scalable-jobqueue
Making a jobqueue that hopefully scales decently. Mostly learning more about lockfree stuff.