Essays about: "Java 8"

Showing result 1 - 5 of 23 essays containing the words Java 8.

  1. 1. A Performance Comparison of Java Streams and Imperative Loops

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Magnus Åkerfeldt; [2023]
    Keywords : Java streams; performance; benchmarking; loops; functional programming; Java streams; prestanda; loopar; funktionell programmering;

    Abstract : The Stream API was added in Java 8. With the help of lambda expressions (anonymous functions), streams enable functional-style operations on sequences of elements. READ MORE

  2. 2. Automatic Description of AI Patches With AST Analysis

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Lovisa Strange; Sofia Edvardsson; [2023]
    Keywords : ;

    Abstract : Using artificial intelligence (AI) to write source code is soon to be reality. One research areais to use AI to automatically generate a patch that fixes a bug. However, most such tools onlygenerate the patch without any natural language description of it, making it difficult for thereviewer to understand the patch. READ MORE

  3. 3. Automatic Building Of Java Projects On GitHub: A Study On Reproducibility

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Tommy Yasi; Jingzhong Qin; [2022]
    Keywords : Software; Software engineering; Building tools; Build failures; Java;

    Abstract : Software build tools like Maven and Gradle help us automate projects’ build phase but still require developers to be involved. To allow software engineers to work with multiple projects with high productivity, they need to be able to build them efficiently. READ MORE

  4. 4. A comparison of Data Stores for the Online Feature Store Component : A comparison between NDB and Aerospike

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Alexander Volminger; [2021]
    Keywords : Feature Stores; Data Stores; NDB; Aerospike; NoSQL; Online Feature Stores; Feature Stores; Datalagringsystem; NDB; Aerospike; NoSQL; Online Feature Stores;

    Abstract : This thesis aimed to investigate what Data Stores would fit to be implemented as an Online Feature Store. This is a component in the Machine Learning infrastructure that needs to be able to handle low latency Reads at high throughput with high availability. READ MORE

  5. 5. Performance comparison of GraalVM, Oracle JDK andOpenJDK for optimization of test suite execution time

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Fredric Fong; Mustafa Raed; [2021]
    Keywords : GraalVM; Software Testing; Test Optimization; Test Performance; Java.;

    Abstract : Testing, when done correctly, is an important part of software development sinceit is a measure of the quality of a software in question. Most of the highly ratedsoftware projects therefore have test suites implemented that include unit tests,integration tests, and other types of tests. READ MORE