Sökning: "Microbenchmark"

Hittade 4 uppsatser innehållade ordet Microbenchmark.

  1. 1. Implementing the Load Slice Core on a RISC-V based microarchitecture

    Master-uppsats, Uppsala universitet/Datorarkitektur och datorkommunikation

    Författare :Axel Dalbom; Tim Svensson; [2020]
    Nyckelord :riscv; risc-v; ariane; evaluation; load slice core; lsc;

    Sammanfattning : As cores have become better at exposing Instruction-Level Parallelism (ILP), they have become bigger, more complex, and consumes more power. These cores are approaching the Power- and Memory-wall quickly. A new microarchitecture proposed by Carlson et. al claims to solve these problems. LÄS MER

  2. 2. Record Types in Scala: Design and Evaluation

    Master-uppsats, KTH/Skolan för datavetenskap och kommunikation (CSC)

    Författare :Olof Karlsson; [2017]
    Nyckelord :Records; Types; Scala; Programming Languages;

    Sammanfattning : A record type is a data type consisting of a collection of named fields that combines the flexibility of associative arrays in some dynamically typed languages with the safety guarantees and possible runtime performance of static typing. The structural typing of records is especially suitable for handling semi-structured data such as JSON and XML making efficient records an attractive choice for high-performance computing and large- scale data analytics. LÄS MER

  3. 3. Design and Implementation of a Compiler for an XML-based Hardware Description Language to Support Energy Optimization

    Master-uppsats, Linköpings universitet/Programvara och system

    Författare :Ming-Jie Yang; [2017]
    Nyckelord :XML; hardware description language; compiler;

    Sammanfattning : GPU-based heterogeneous system architectures are popular as they combine the advantages of CPU with the benefits of GPU. Development of high-performance and power-efficient software for heterogeneous system architecture needs to take both hardware and software specifications into consideration, which leads the software development process to be more complicated. LÄS MER

  4. 4. Java jämfört med C#, vilken sorterar snabbast på Raspberry Pi?

    Kandidat-uppsats, Högskolan Väst/Avdelningen för data-, elektro- och lantmäteriteknik

    Författare :Christoffer Olofsson; [2015]
    Nyckelord :Java; C#; C sharp; Raspberry Pi; Raspbian; Benchmark; Microbenchmark; HotSpot; Mono; Linux; sorting algorithms; Java; C#; C sharp; Raspberry Pi; Raspbian; Benchmark; Microbenchmark; HotSpot; Mono; Linux; Sorteringsalgoritmer;

    Sammanfattning : I denna studie skall Java och C# ställas mot varandra och köras på en Raspberry Pi för att se vilken av dem som kan sortera heltalsvektorer snabbast. Som Java-motor kommer Hot-Spot att användas och Mono för C# och de ska sortera vektorer med sorteringsalgoritmer från språkens stödbibliotek och en implementerad algoritm baserad på urvalssortering. LÄS MER