https://github.com/nahratzah/ll
Lock-free linked list
https://github.com/nahratzah/ll
Last synced: about 1 month ago
JSON representation
Lock-free linked list
- Host: GitHub
- URL: https://github.com/nahratzah/ll
- Owner: nahratzah
- Created: 2012-09-18T20:09:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-10T15:56:10.000Z (over 12 years ago)
- Last Synced: 2023-03-29T13:41:27.288Z (about 2 years ago)
- Language: C
- Size: 199 KB
- Stars: 14
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ll
==
Lock-free linked listA lock-free doubly linked list implemented in C.