Looking for lock-free container
Hi all, I'm looking for lock-free container(List/Queue/Stack...) which can been used with delphi 2007. Thanks! ...
Hi all, I'm looking for lock-free container(List/Queue/Stack...) which can been used with delphi 2007. Thanks! ...
I have been going through a few published papers which details algorithms and data structures which can be used for implementation of a thread library. I searched online to view any existing implementation of the same, and I could only find LFThreads(only its documentation, not its source code). Have any of you worked on/used a lock-fre...