Essays about: "multi threading"

Showing result 1 - 5 of 16 essays containing the words multi threading.

  1. 1. Performance evaluation of Web Workers API and OpenMP

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Linus Hellberg; Bhargava Bhamidipati; [2022]
    Keywords : Web Workers; Parallelism; JavaScript; OpenMP; Multi-threading;

    Abstract : Background - Web browsers and and the web programs on them are being used now more than ever in a manner similar to traditional software. But with the increase in the demand for performance on bigger and bigger web applications, there is a need for making the web applications perform faster and better. READ MORE

  2. 2. Securing cloud-hosted IoT Workflows with Intel SGX

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

    Author : Adnan Jamil Ahsan; [2022]
    Keywords : IoT; Node-RED; Azure; SGX; Gramine; Trusted Execution Environment; Security; STRIDE;

    Abstract : The rapid increase in the number of IoT devices and their widespread applications demands secure and scalable solutions for managing and executing IoT workflows. This thesis investigates the security of IoT workflows created in Node-RED, an open-source visual programming tool, and deployed on untrusted hosts managed by a major cloud service provider, Azure. READ MORE

  3. 3. Exploring feasibility of reinforcement learning flight route planning

    University essay from Linköpings universitet/Institutionen för datavetenskap; Linköpings universitet/Filosofiska fakulteten

    Author : Axel Wickman; [2021]
    Keywords : SAAB; flight route planning; autorouting; auto-routing; auto routing; AI; machine learning; fighter jet; convolution; PPO; DQN; Astar; A*; C ; Python; LibTorch; PyTorch; multi threading; multi-threading; simulation; aerodynamics; world generation; Perlin noise; investigation; reward; Flygplanering; flygruttsplannering; maskininlärning; AI; SAAB; faltning; faltningslager; belöning;

    Abstract : This thesis explores and compares traditional and reinforcement learning (RL) methods of performing 2D flight path planning in 3D space. A wide overview of natural, classic, and learning approaches to planning s done in conjunction with a review of some general recurring problems and tradeoffs that appear within planning. READ MORE

  4. 4. Performance of Multi-threaded Web Applications using Web Workers in Client-side JavaScript

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Johan Djärv Karltorp; Eric Skoglund; [2020]
    Keywords : Web Workers; Multi-threading; JavaScript; Performance; Web browsers;

    Abstract : Context - Software applications on the web are more commonly used nowadays than before. As a result of this, the performance needed to run the applications is increasing. One method to increase performance is writing multi-threaded code using Web Workers in JavaScript. READ MORE

  5. 5. Evaluating Memory Models for Graph‐Like Data Structures in the Rust Programming Language: Performance and Usabiliy

    University essay from Linköpings universitet/Programvara och system

    Author : Rasmus Viitanen; [2020]
    Keywords : Rust; graphs; performance; usability; data structures; memory models;

    Abstract : Representing graphs in Rust is a problematic issue, as ownership forbids typical representations found in e.g. C++. A common approach is to use reference counting to represent graphs, but this can easily lead to memory leaks if cycles are present in the graph. READ MORE