Essays about: "Christoffer Brenden"

Found 1 essay containing the words Christoffer Brenden.

  1. 1. Parallelism in Go and Java : A Comparison of Performance Using Matrix Multiplication

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Tobias Andersson; Christoffer Brenden; [2018]
    Keywords : Goroutines; Threads; Comparison; Matrices;

    Abstract : This thesis makes a comparison between the performance of Go and Java using parallelizedimplementations of the Classic Matrix Multiplication Algorithm (CMMA). The comparisonattempts to only use features for parallelization, goroutines for Go and threads for Java,while keeping other parts of the code as generic and comparable as possible to accuratelymeasure the performance during parallelization. READ MORE