Skip to content

Orphoros/JavaConcurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Concurrency Methods

Demonstration on various methods of concurrent programming in Java.

In association with SarenDev.

About

This repo contains 3 approaches to concurrent programming in Java. The solutions for solving concurrent problems increase in complexity from the first to the last assignment.

  • Assignment1:

    • Comparing the efficiency of number sorting using the following approaches:
      • Single-thread, single array
      • Single-thread, split array
      • Two threads, split array
      • Multi-thread, progressively splitting arrays
  • Assignment 2:

    • Simulating a club with attendee management. Involving thread pools, reentrant locks and thread priority
  • Assignment 3:

    • Simulating a hotel reservation system using multiple Akka actors and message exchanges

This project was made as a part of a university project.

About

Demo on various concurrency approaches

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages