https://github.com/sidmishraw/stm-proto-1
STM prototype #1 in Java
https://github.com/sidmishraw/stm-proto-1
java project stm
Last synced: over 1 year ago
JSON representation
STM prototype #1 in Java
- Host: GitHub
- URL: https://github.com/sidmishraw/stm-proto-1
- Owner: sidmishraw
- Created: 2017-09-08T06:01:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T07:22:54.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T06:48:05.839Z (over 1 year ago)
- Topics: java, project, stm
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# STM Prototype
## Author: Sidharth Mishra
## Advisor: Dr. Jon Pearce
This is a prototype that simulates the operating principle mentioned in the paper `Software Transactional Memory by Michel Weimerskirch`.
For detailed code/output walkthrough please refer to the [output.md](./ops/output.md) file.