https://github.com/sidmishraw/gostm
STM in Golang
https://github.com/sidmishraw/gostm
go software-transactional-memory stm
Last synced: about 2 months ago
JSON representation
STM in Golang
- Host: GitHub
- URL: https://github.com/sidmishraw/gostm
- Owner: sidmishraw
- Created: 2017-10-06T08:34:35.000Z (almost 9 years ago)
- Default Branch: quarantined
- Last Pushed: 2018-04-19T20:06:21.000Z (over 8 years ago)
- Last Synced: 2025-01-15T06:48:40.910Z (over 1 year ago)
- Topics: go, software-transactional-memory, stm
- Language: Go
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GoSTM
This is an optimistic quarantined Software Transactional Memory implementation in Golang.
* Sid