Sökning: "Goroutines"

Hittade 2 uppsatser innehållade ordet Goroutines.

  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

  2. 2. Parallel programming in Go and Scala : A performance comparison

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

    Författare :Carl Johnell; [2015]
    Nyckelord :Go; Scala; parallelism; concurrency;

    Sammanfattning :     This thesis provides a performance comparison of parallel programming in Go and Scala. Go supports concurrency through goroutines and channels. Scala have parallel collections, futures and actors that can be used for concurrent and parallel programming. LÄS MER