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
Source code for experiments reported in (1) Scalable Queue-Based Spin Locks with Timeout, by M. L. Scott and W. N. Scherer III, PPoPP 2001; and (2) Non-Blocking Timeout in Scalable Queue-Based Spin Locks, by M. L. Scott, PODC 2002.
Based on the new NonBlocking Transaction Composition (NBTC) methodology, Medley and txMontage are the two general systems for building transactional nonblocking data structures for both transient memory and persistent memory, respectively.