Pinned Repositories
2PLSF
Two-Phase Locking with Starvation-Freedom
ConcurrencyFreaks
concurrent-locking
Software and Hardware C-language Locking Algorithms and Implementations
CX
A Wait-Free Universal Construct for Large Objects
durabletx
Durable Linearizable Disjoint Transactions
fast-wait-free-queue
A benchmark framework for concurrent queue implementations
OneFile
The world's first wait-free Software Transactional Memory
orcgc
OrcGC: Automatic Lock-Free Memory Reclamation
RedoDB
The world's first wait-free KV store with generic durable linearizable transactions
pramalhe's Repositories
pramalhe/ConcurrencyFreaks
pramalhe/OneFile
The world's first wait-free Software Transactional Memory
pramalhe/CX
A Wait-Free Universal Construct for Large Objects
pramalhe/RedoDB
The world's first wait-free KV store with generic durable linearizable transactions
pramalhe/2PLSF
Two-Phase Locking with Starvation-Freedom
pramalhe/durabletx
Durable Linearizable Disjoint Transactions
pramalhe/concurrent-locking
Software and Hardware C-language Locking Algorithms and Implementations
pramalhe/fast-wait-free-queue
A benchmark framework for concurrent queue implementations
pramalhe/orcgc
OrcGC: Automatic Lock-Free Memory Reclamation
pramalhe/bundledrefs
Implementing range queries for lock-based concurrent linked data structures by bundling.
pramalhe/DBx1000
pramalhe/DCTL-paper
pramalhe/HdrHistogram
A High Dynamic Range (HDR) Histogram
pramalhe/mnemosyne-gcc
GCC port of TM system Mnemosyne
pramalhe/RCUCPPbindings
Paper and test code for C++ bindings/API for userspace RCU
pramalhe/sim-universal-construction
Automatically exported from code.google.com/p/sim-universal-construction
pramalhe/userspace-rcu
This repo is a mirror of the official lttng-tools git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.