Skip to content

v0.2 Wait-Free Simulation

Pre-release
Pre-release
Compare
Choose a tag to compare
@boki1 boki1 released this 14 Jul 14:50
· 11 commits to master since this release
d63a6ba

Description

This version introduces a complete implementation of the simulation algorithm described here. Additionally there is an example client algorithm which uses the simulation to perform operations.

The simulation is comprised of different components which are responsible for specific sub-tasks. A few of them are the help queue, the operation helping module, the versioning of the user input ADTs, etc.