Sökning: "Christoffer Brenden"

Hittade 1 uppsats innehållade orden Christoffer Brenden.

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

    Kandidat-uppsats, Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Författare :Tobias Andersson; Christoffer Brenden; [2018]
    Nyckelord :Goroutines; Threads; Comparison; Matrices;

    Sammanfattning : 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. LÄS MER