Essays about: "Goroutines"

Found 2 essays containing the word Goroutines.

  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

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

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

    Author : Carl Johnell; [2015]
    Keywords : Go; Scala; parallelism; concurrency;

    Abstract :     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. READ MORE