You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gilectomy doesn't have a mailing list to discuss ideas yet. I'm using the tracker to keep a record of my idea.
I had a conversation with William Brown, a co-worker and developer of the 389 Directory Server. He has been working on lock free database for 389 DS [1]. William pointed me to liblfds [2], an open source library with lock-free data structures. liblfds provides freelist and queues. The wiki also contains good information on memory barriers and CAS.
gilectomy doesn't have a mailing list to discuss ideas yet. I'm using the tracker to keep a record of my idea.
I had a conversation with William Brown, a co-worker and developer of the 389 Directory Server. He has been working on lock free database for 389 DS [1]. William pointed me to liblfds [2], an open source library with lock-free data structures. liblfds provides freelist and queues. The wiki also contains good information on memory barriers and CAS.
[1] http://firstyear.id.au/blog/html/2016/06/07/lock_free_database.html
[2] http://liblfds.org/
The text was updated successfully, but these errors were encountered: