compare-and-swap
There are 14 repositories under compare-and-swap topic.
dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
ivarref/double-trouble
Handle duplicate Datomic transactions with ease (on-prem).
enfiskutensykkel/lamport
Performance testing contention queues
aradzie/concurrency
A sandbox to play with concurrent algorithms and data structures
HowProgrammingWorks/Atomics
Atomic Operations API
manthanguptaa/concurrent_queue
Implementing concurrent queue using 2 lock approach and non-blocking CAS approach
anudeep512/Synchronization-tools
This project aims at presenting different synchronization techniques
hslam/atomic
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
MChatzakis/STM-TL2
Software Transactional Memory based on Transaction Locking 2 (TL2) algorithm.
mtumilowicz/java-concurrency-compare-and-swap
Basic examples of compare and swap.
shreyasathreyav/ORBSLAM
A repository for performing deletion of Keyframes and Mappoints that are marked as bad(Logical End of life of the Keyframes and Mappoints) using reference counting and compare and swap.
jozef-sabo/parallel-queue
Really simple C implementation of parallel queue. Three types, lockfree, with locks and monothread queue.
vchernoy/concurrent
Monitor Synchronization in Examples
mtumilowicz/java12-fundamentals-nonblocking-stack-workshop
Compare and swap workshops.