Essays about: "Samtidiga program"

Showing result 1 - 5 of 8 essays containing the words Samtidiga program.

  1. 1. Software Architecture for Concurrency Analysis on a Virtual Platform

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

    Author : Brinda Mohan; [2022]
    Keywords : ;

    Abstract : With the increasing demand for faster processing, a trend of moving towards multi-core and multiprocessor environments for embedded systems is clear. In this context, concurrent programming is also on the rise. READ MORE

  2. 2. Improving relocation performance in ZGC by identifying the size of small objects

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

    Author : Jinyu Yu; [2022]
    Keywords : Garbage Collector; Java; Data locality; Garbage Collector; Java; Datalokalitet;

    Abstract : Modern Garbage Collectors provide performance improvements by increasing program locality to utilize the faster CPU cache. A common approach is to move objects together according to the mutators’ access order, which brings more relocations during GC. READ MORE

  3. 3. Cross-layer optimization for joint visual-inertial localization and object detection on resource-constrained devices

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

    Author : Elisa Baldassari; [2021]
    Keywords : Cross-layer optimization; Resource-constrained edge devices; Concurrent applications; Object detection; Localization; Optimering i flera lager; Resursbegränsade edge-enheter; Samtidiga program; Objektidentifiering; Lokalisering;

    Abstract : The expectations in performing high-performance cyber-physical applications in resource-constrained devices are continuously increasing. The available hardware is still a main limitation in this context, both in terms of computation capability and energy limits. READ MORE

  4. 4. Blocking violations in reactive Java frameworks

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

    Author : Morgan Vallin; Robin Sundström; [2020]
    Keywords : RxJava; Project-reactor; Concurrency Error Study; BlockHound; Reactive Programming;

    Abstract : Concurrency in programming is a way of interleaving tasks in order to enhance the performance of an application. Previous research has found that concurrency errors are hard to avoid, hard to find, and that they often degrade performance of the application. READ MORE

  5. 5. Visual Analytics Tool for Java Virtual Machine Execution Traces

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

    Author : Monali Pande; [2019]
    Keywords : ;

    Abstract : The usage of multithreaded programs is continuously increasing, which leads to various concurrency issues. The non-deterministic approach of the thread scheduler makes the analysis of such programs complex. Thread-based visualization of the concurrent events helps to analyze a concurrent program efficiently. READ MORE