OneFile
OneFile copied to clipboard
The world's first wait-free Software Transactional Memory
Results
1
OneFile issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for all the great code and the blog. While implementing the Michal-Harris list in C, I found a small mistake you have here: https://github.com/pramalhe/OneFile/blob/49654893f08123031b983c032066cb5b7a7db4ca/datastructures/linkedlists/MagedHarrisLinkedListSetHP.hpp#L230 The `next = curr->next.load();`...