Essays about: "shared memory systems"

Showing result 1 - 5 of 60 essays containing the words shared memory systems.

  1. 1. Multi-Agent Deep Reinforcement Learning in Warehouse Environments

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

    Author : John Cao; Mikael Hammarling; [2023]
    Keywords : ;

    Abstract : This report presents a deep reinforcement algorithm for multi-agent systems based on the classicalDeep Q-Learning algorithm. The method considers a decentralized approach to controlling theagents, by equipping each agent with its own neural network and replay memory. READ MORE

  2. 2. Performance Evaluation of Kotlin Multiplatform Mobile and Native iOS Development in Swift

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

    Author : Anna Skantz; [2023]
    Keywords : Kotlin Multiplatform Mobile; Cross-platform; Native; iOS; Kotlin; Swift; Performance Evaluation; Benchmarking; Mobile; Garbage Collection; Kotlin Multiplatform Mobile; Plattformsoberoende; Native; iOS; Kotlin; Swift; Prestandautvärdering; Benchmarking; Mobil; Garbage Collection;

    Abstract : Today's mobile development resides in the two main operating systems Android and iOS. It is popular to develop mobile applications individually for each respective platform, referred to as native development. To reduce additional costs, cross-platform solutions have emerged that enable shared development for both platforms. READ MORE

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

  4. 4. A performance evaluation of concurrent programming with the Swift actor model

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

    Author : Alex Diaz; [2022]
    Keywords : Concurrent programming; performance analysis; Swift; the actor model; Samtidig programkörning; prestandautvärdering; Swift; actor-modellen;

    Abstract : The Swift programming language recently introduced the actor model alongside Swift concurrency as a first-class citizen. Previously, concurrent programming in Swift required importing modules, e.g., Grand Central Dispatch. READ MORE

  5. 5. Exploring Selective coherence as a Solution to Self-invalidation in ArgoDSM

    University essay from Uppsala universitet/Datorteknik

    Author : Christopher Edberg; [2022]
    Keywords : ArgoDSM; Coherence; Performance; Selective Coherence; Distributed Shared Memory; Software-based Distributed Shared Memory; DSM; Software DSM; Computer Architecture; Parallel Computing;

    Abstract : Maintaining coherency in a distributed system can prove challenging, this is especially true for distributed shared memory systems. The problem with remote synchronization in the distributed shared memory software ArgoDSM occurs when a lock operation has to cross the boundaries of a node, this causes a large number of self-invalidations (SI) or self-downgrades (SD) which is costly. READ MORE