Essays about: "JMH"

Found 2 essays containing the word JMH.

  1. 1. Optimizing the generation of Java JMH Benchmarks

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Anthony Path; [2022-07-07]
    Keywords : Computer science; engineering; thesis; benchmarks; Java; JMH; optimization; regression testing;

    Abstract : The evolution of the software system during its development is a complex process, which is both very important and difficult to track. One of the methods that offers such functionality is microbenchmarking, which is a type of regression testing. READ MORE

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

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Olof Karlsson; [2017]
    Keywords : Records; Types; Scala; Programming Languages;

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