Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gianlucatruda/csc2002s-parallelprogramming
- Owner: gianlucatruda
- Created: 2016-07-25T16:42:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T20:20:02.000Z (over 6 years ago)
- Last Synced: 2024-12-06T19:11:28.243Z (16 days ago)
- Language: Java
- Homepage: http://bit.ly/parallelismPaper
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.