Essays about: "Coroutines"

Found 4 essays containing the word Coroutines.

  1. 1. Improving performance of BWA alignment of short sequences with coroutines

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : David Jonsson; [2021]
    Keywords : ;

    Abstract : For the Burrows-Wheeler Aligner (BWA), previous experimentation has shown that alignment of short sequences (reads) can benefit fromincreased instruction level parallelism (ILP) using hyperthreading.This thesis investigates and demonstrates that one can increase the performance of short read alignemnt with BWA without hyperthreading enabled, by employing coroutines in order to increase ILP. READ MORE

  2. 2. Integration of a Cycle-approximate Model Into a Cycle-accurate Environment

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Andreas Hansson; [2021]
    Keywords : C ; Modelling; Memory requests; Coroutines; GPU; AXI; Technology and Engineering;

    Abstract : Software models can simulate hardware components to varying degrees of ac- curacy. On the extreme ends, there are purely functional models which have no concept of time and execute requests right away, and cycle-accurate models which capture all the implementation details and clock the time they take. READ MORE

  3. 3. Coroutines for Simics Device Modeling Language

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Love Waern; [2021]
    Keywords : ;

    Abstract : Coroutines have risen in popularity in modern programming primarily as an abstraction for non-blocking asynchronous logic. One particular domain where this is of interest is full-system hardware architecture simulation, as such systems heavily involve devices that communicate a synchronously. READ MORE

  4. 4. Implementing dynamic allocation of user load in a distributed load testing framework

    University essay from Institutionen för informationsteknologi

    Author : Hugo Heyman; [2013]
    Keywords : ;

    Abstract : Load testing has become an increasingly important matter in today's web applications. Upon releases of popular applications its users can create massive load potentially making an application unreachable. The scope of this thesis was to investigate as well as further develop an open source load testing framework: Locust. READ MORE