transactional-memory
There are 32 repositories under transactional-memory topic.
mtak-/swym
Efficient transactional memory in rust.
BowenFu/hspp
hspp: An experimental library to bring Haskell Style Programming to C++.
TimWSpence/cats-stm
A STM implementation for Cats Effect
smarr/SOMns
SOMns: A Newspeak for Concurrency Research
DeuceSTM/DeuceSTM
Java Software Transactional Memory
readablesystems/sto
Software Transactional Objects
pramalhe/RedoDB
The world's first wait-free KV store with generic durable linearizable transactions
unum-cloud/ucset
If only std::set was a DBMS: collection of templated ACID in-memory exception-free thread-safe and concurrent containers in a header-only library
picotm/picotm
Portable Integrated Customizable and Open Transaction Manager
caizixian/rtm-bench
Artifact for our ISMM 2021 Paper "Understanding and Utilizing Hardware Transactional Memory Capacity"
SmartToolFactory/Transactional-Key-Value-Store
Transactional Key Value Store written with Jetpack Compose
BazookaMusic/TSXGuard
A header only thread synchronization library using Intel RTM (Restricted Transactional Memory)
jswalens/stm-in-clojure
Meta-circular Clojure STM implementation
lematt1991/ICFP15-Coq-Proofs
Proofs of correctness for "Partial Aborts for Software Transactional Memory" formalized in Coq
staverm/TL2
C++ implementation of Transactional Locking II
ramesh-adhikari/collection-of-research-papers
Collection of research papers
sidmishraw/stm-reworked-go
An optimistic software transactional memory in Go
jswalens/transactional-actors
Transactional Actors for Clojure
jswalens/transactional-futures
Transactional Futures and Promises for Clojure. Experimental.
kiranj26/Concurrent-Programming-Fall-2022
Repository containing my Assignments and Projects done for course ECEN-5273 Network System at CU Boulder
koeves/stm-ds
Concurrent Datastructure Design for Software Transactional Memory
picotm/picotm-demo
picotm Demo Application. This application reads, processes and visualizes data. Where possible, thread communication and error handling is build on top of picotm transactions.
aajayssingh/STM-Linklist-synchrobench
the work uses IITH STM lib and imnplements a set application to test the performance of state of art concurrency protocols with the various concurrency mechanism in Synchrobench.
hughes-c/mips-benchmarks
MIPS-compiled binaries for use with SESC
poolmaster/stm
software transactional memory with HW-acceleration
ShisoftResearch/Hermes
Software transactional memory for two-phase commit
Emmanuelraj/springboot-transactional
Spring Boot With Transactional
hughes-c/SuperTrans
SuperTrans, Superscalar Transactional memory simulator, is a multicore, cycle-accurate and multiple issue simulator built on top of the SuperESCalar (SESC) framework that is capable of simulating three of the most common dimensions of hardware transactional memory (Eager/Eager, Eager/Lazy, Lazy/Lazy).
lucianolev/ruby-stm
A transparent implementation of STM for the Ruby language
MChatzakis/STM-TL2
Software Transactional Memory based on Transaction Locking 2 (TL2) algorithm.
PunchShadow/STAMP-Lock
Coarse-grained lock version of STAMP(Stanford Transactional Applications for Multi-Processing) benchmark suite