Essays about: "heap memory"

Showing result 1 - 5 of 19 essays containing the words heap memory.

  1. 1. Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector : Analysis of a Compiler Optimization in the HotSpot JVM

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

    Author : Filip Wilén; [2023]
    Keywords : Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Abstract : When using managed programming languages, there is an essential benefit in having a fast and efficient compiler and garbage collector; one garbage collector currently under development is the HotSpot low-latency concurrent Generational Z Garbage Collector. Concurrent memory management runs application threads and garbage collection threads simultaneously. READ MORE

  2. 2. Analysis and Evaluation of Performance in a Complex Software System

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Caroline Kero; [2022]
    Keywords : Distributed real-time system; Java; Java application; Java VisualVM; Performance evaluation; Performance measurement;

    Abstract : GlobalEye is an aircraft by Saab that provides surveillance of air, sea, and land. In order to train on the system present in this aircraft a Mission Training System, MTS, is used. The MTS consists of the Command and Control, C2, system that is present in the aircraft as well as a scenario simulator. READ MORE

  3. 3. Evaluating Blazor WebAssembly for the Progressive Web Application Front-End : A Comparative Study Using ReactJS as a Baseline

    University essay from Jönköping University/JTH, Avdelningen för datateknik och informatik

    Author : Vida Rashidi; William Segelström; [2021]
    Keywords : Blazor WebAssembly; .NET; WebAssembly; ReactJS; JavaScript; Progressive Web Application; Virtual DOM;

    Abstract : This study is conducted to evaluate the Blazor WebAssembly framework for the Progressive Web Application (PWA) methodology. A comparative study is conducted with a ReactJS PWA as a baseline. The two frameworks are evaluated in their front-end performance and documentation of PWA-focused subjects. READ MORE

  4. 4. Region-based Memory Management and Actor Model Concurrency An initial study of how the combination performs

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

    Author : Robert Krook; [2020-11-06]
    Keywords : Region-based memory management; Standard ML; Actor-Model Concurrency; Functional programming;

    Abstract : Modern computer systems and the requirements we place upon them are vastly different from those of early systems. With the emergence of Internet of Things (IoT) devices, the number of devices with hard, real-time deadlines have increased greatly. READ MORE

  5. 5. Avoiding Out-Of-Memory Errors in ThinGC

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Pontus Ernstedt; [2020]
    Keywords : ;

    Abstract : A new garbage collector, called ThinGC, is producing out-of-memory errors when applied to certain user applications. ThinGC introduces a classification of objects as either hot or cold, where hot objects are currently in use by the application and cold objects are not. READ MORE