Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 634 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 634 Bytes

Palinda-3 Assignment Solution by Emil Hultcrantz

Task 1 - Matching Behaviour

Answers to the questions can be found in ./docs/matching.md

Task 2 - Fractal Images

The last parallel optimized version of the Julia program can be found at ./src/julia.go. Time comparison and explanations are found in ./docs/julia.md.

Images created by the program can either be generated by running julia.go or found in ./image

Task 3 - MapReduce

The code for the two programs allong with their test cases can be found in ./src/singleworker/ and ./src/mapreduce/ respectively. Time comparison is found in ./docs/mapReduce.md