Skip to content

Zeterd/ConcurrenceInJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConcurrenceInJava

Project with the aim of showing some concepts of concurrent programming in the programming language Java.

About this project

This was a ConcurrentProgramming class assignment. This program features the differences between some kinds of Stacks and Sets, implemented in various ways. The Stacks show the features of atomic instructions while the locks are mostly implemented with locks. There are also some tests and benchmarks available should you wish to test them, see Notes.

Getting Started

You're going to need jdk-8 and cooperari.

If you want to run our tests add cooperari to your PATH (see Notes).

First, you have some example code provided by our teacher in the CodeExamples/ directory. Second, there's our project inside the project folder.

The project's assignment is documented in assignment.pdf.

Notes

Most of the instructions are on the assignment pdf on 1.4.

About

Showing concurrence using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages