https://github.com/schets/flat_combining
A library for adding flat_combining to datastructures, a technique for making complex data structures concurrent in an effective manner
https://github.com/schets/flat_combining
Last synced: 2 months ago
JSON representation
A library for adding flat_combining to datastructures, a technique for making complex data structures concurrent in an effective manner
- Host: GitHub
- URL: https://github.com/schets/flat_combining
- Owner: schets
- License: mit
- Created: 2015-10-08T17:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T15:40:20.000Z (over 9 years ago)
- Last Synced: 2025-01-30T17:47:26.156Z (4 months ago)
- Language: C++
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A resource for allowing complex datastructures to be efficiently manipulated by multiple threads