Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gianlucatruda/csc2002s-parallelprogramming

Using the Java Fork/Join Framework to implement parallelised Mergesort and Quicksort across architectures.
https://github.com/gianlucatruda/csc2002s-parallelprogramming

Last synced: 7 days ago
JSON representation

Using the Java Fork/Join Framework to implement parallelised Mergesort and Quicksort across architectures.

Awesome Lists containing this project

README

        

# CSC2002S-ParallelProgramming

Read the [whitepaper](http://bit.ly/parallelismPaper).

The aim of this assignment was to use the Java Fork/Join Framework to implement parallel
versions of both the Mergesort and Quicksort algorithms for sorting arrays of integers, and to
quantify both the speedup and correctness of these implementations across three different
architectures.