yozoon / AMP-snippets

Minimal working implementation of the demo code used in the advanced multiprocessor programming lecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locks

Test implementation of different locking algorithms discussed in the AMP lecture.

How to run the code

From within this directory execute the following command to compile the files:

javac -d build locks/*.java

Finally run the main application

java -cp build locks.App

About

Minimal working implementation of the demo code used in the advanced multiprocessor programming lecture


Languages

Language:Java 100.0%