Essays about: "Java streams"

Showing result 1 - 5 of 10 essays containing the words Java streams.

  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. Performance and Cyclomatic Complexity Correlation in Java Reactive Frameworks

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

    Author : Anton Cervin; Christian Trenter; [2022]
    Keywords : Benchmarking; Java; RxJava; Reactor; Mutiny; Reactive frameworks; Reactive streams; Reactive programming;

    Abstract : Software performance is of interest to all who want to lower their hardware costs and provide services with speedy responses to users, to this end reactive programming can be employed. Therefore it is important to measure the performance of tools such as reactive frameworks and to compare and contrast them with each other in order to improve the development of these tools, and help provide developers with the information they need when searching for a reactive framework that suits their project. READ MORE

  3. 3. Pure Java interface to a DSMS : Pure Java interface to a DSMS

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Shahpar Shabani; [2020]
    Keywords : ;

    Abstract : SCSQ (Scalable Stream Query processor) is a data stream management system (DSMS) that allows different kinds of distributed high-volume infinite streams to be queried. The current Java interface to SCSQ usesC libraries to communicate between Java and a SCSQ server. Therefore, a pure Java client-server interface to SCSQ is needed. READ MORE

  4. 4. Prototyping a composite view for park assist cameras in automotive vehicles

    University essay from Lunds universitet/Industriell elektroteknik och automation

    Author : Kevin Eriksson; Johan Hermansson; [2019]
    Keywords : Park assist camera; Video streaming; Embedded system; Android; Prototyping; C ; Java; Technology and Engineering;

    Abstract : In this thesis two prototypes, based on separate implementations of a Park Assist Camera, was developed. The purpose was to investigate the possibility of presenting a composite view, where the first view shows the surroundings of the car from a bird’s-eye view and the other view shows the rear camera. READ MORE

  5. 5. Dynamic Configuration of a Relocatable Driver and Code Generator for Continuous Deep Analytics

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

    Author : Oscar Bjuhr; [2018]
    Keywords : Stream Processing; Heterogeneous Cluster; Big Data; Rust; Cargo; Docker; Ström Processor; Heterogent Kluster; Big Data; Rust; Cargo; Docker;

    Abstract : Modern stream processing engines usually use the Java virtual machine (JVM) as execution platform. The JVM increases portability and safety of applications at the cost of not fully utilising the performance of the physical machines. READ MORE