Essays about: "virtual memory"

Showing result 26 - 30 of 103 essays containing the words virtual memory.

  1. 26. A JVM-Managed Concurrent Unrolled List-Based Set Using Lazy Synchronization

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

    Author : Adam Farhadi; [2021]
    Keywords : Concurrent Data Structures; Linked-Lists; List-Based Sets; Samverkande datastrukturer; länkade listor; listbaserade set;

    Abstract : The multicore revolution of the early 21st century has introduced a multitude of multiprocessor synchronization techniques for designing concurrent data structures. This thesis explores the concept of “unrolling”, or storing multiple data items per node, in order to increase the concurrent throughput of linked-lists, or more specifically list-based sets of linked nodes. READ MORE

  2. 27. Integration of a Cycle-approximate Model Into a Cycle-accurate Environment

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Andreas Hansson; [2021]
    Keywords : C ; Modelling; Memory requests; Coroutines; GPU; AXI; Technology and Engineering;

    Abstract : Software models can simulate hardware components to varying degrees of ac- curacy. On the extreme ends, there are purely functional models which have no concept of time and execute requests right away, and cycle-accurate models which capture all the implementation details and clock the time they take. READ MORE

  3. 28. 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. 29. Distributed Deep Reinforcement Learning for a Multi-Robot Warehouse System

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

    Author : Holger Stenberg; Johan Wahréus; [2021]
    Keywords : Deep-Q Learning; Multi-agent system; Neural network; Reinforcement Learning; Robots; Q-learning;

    Abstract : This project concerns optimizing the behavior ofmultiple dispatching robots in a virtual warehouse environment.Q-learning and deep Q-learning algorithms, two establishedmethods in reinforcement learning, were used for this purpose. READ MORE

  5. 30. Direct Heap Snapshotting in the Java HotSpot VM : a Prototype

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

    Author : Ludvig Janiuk; [2020]
    Keywords : ;

    Abstract : The Java programming language is widely used across the world, powering a diverse range of technologies. However, the Java Virtual Machine suffers from long startup time and a large memory footprint. READ MORE