Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
liblfds-admin
on Oct 3, 2010
|
parent
|
context
|
favorite
| on:
Liblfds: portable lock-free data structures in C.
CAS on platforms which provide CAS for lock-free (x86/x64), LL/SC on platforms which provide LL/SC for lock-free (ARM).
AFAIK, platforms provide one or the other; not both. So you have to use what you're given.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
AFAIK, platforms provide one or the other; not both. So you have to use what you're given.