Essays about: "java performance"

Showing result 1 - 5 of 170 essays containing the words java performance.

  1. 1. Code Generation for Accelerating Data Flow : Enhancing Pentaho Data Integration Performance

    University essay from Umeå universitet/Institutionen för fysik

    Author : Alexander Svensson; [2023]
    Keywords : ;

    Abstract : Pentaho Data Integration, called Kettle, is an ETL tool that functions as a no-code program. The tool, implemented in Java, enables users to create data flow structures via a graphical user interface and store them as XML files, which can be edited or executed. READ MORE

  2. 2. Detecting Logical Errors in Programming Assignments Using code2seq

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

    Author : Anton Lückner; Kevin Chapman; [2023]
    Keywords : Automated feedback; code2seq; machine learning; neural machine translation;

    Abstract : The demand for new competent programmers is increasing with the ever-growing dependency on technology. The workload for teachers with more and more students creates the need for more automated tools for feedback and grading. READ MORE

  3. 3. Design space exploration for co-mapping of periodic and streaming applications in a shared platform

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

    Author : Zhang Yuhan; [2023]
    Keywords : Design Space Exploration; Periodically activated tasks; Synchronous dataflow; IDeSyDe; Designutrymmesutforskning; Periodiskt aktiverade uppgifter; Synkron data-flöde; IDeSyDe;

    Abstract : As embedded systems advance, the complexity and multifaceted requirements of products have increased significantly. A trend in this domain is the selection of different types of application models and multiprocessors as the platform. READ MORE

  4. 4. A COMPARISON OF SEARCHING DATA WITH, AND WITHOUT ELASTICSEARCH IN A SQL DATABASE

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Mehdi Bel Fdhila; [2023]
    Keywords : ;

    Abstract : Digitalization and managing big data are today becoming vital across all sectors of our society. Databases are highly valuable for companies and organizations to ensure that information resources are well managed. As of today, there are diverse database management systems (DBMS) to choose from. READ MORE

  5. 5. 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