Essays about: "Parallel Programming"

Showing result 21 - 25 of 203 essays containing the words Parallel Programming.

  1. 21. Evaluating Swift concurrency on the iOS platform : A performance analysis of the task-based concurrency model in Swift 5.5

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

    Author : Andreas Kärrby; [2022]
    Keywords : Task-based concurrency; Mobile; Benchmarking; Swift; iOS; Task-baserad concurrency; Mobil; Benchmarking; Swift; iOS;

    Abstract : Due to limitations in hardware, raising processor clock speeds is no longer the primary way to increase computing performance. Instead, computing devices are equipped with multiple processors (they are multi-core) to increase performance by enabling parallel execution of code. READ MORE

  2. 22. 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

  3. 23. Integrating SkePU's algorithmic skeletons with GPI on a cluster

    University essay from Linköpings universitet/Programvara och system

    Author : Joel Almqvist; [2022]
    Keywords : SlePU; cluster; GPI; MPI; OpenMP; parallel programming; HPC; algorithmic skeletons; distributed computing; SkePU; kluster; GPI; MPI; OpenMP; parallellprogrammering; HPC; algoritmiska skelett;

    Abstract : As processors' clock-speed flattened out in the early 2000s, multi-core processors became more prevalent and so did parallel programming. However this programming paradigm introduces additional complexities, and to combat this, the SkePU framework was created. READ MORE

  4. 24. Mixed reality for industrial robot programming

    University essay from Högskolan i Skövde/Institutionen för ingenjörsvetenskap

    Author : Celia Redondo Verdú; Natalia Sempere Maciá; [2022]
    Keywords : Mixed Reality; Robot Programming; Robot Studio; Multitasking; TCP IP Connection; QR codes; Sustainability; Industry 4.0;

    Abstract : Nowadays, robots have become of high importance within the manufacturing industry, as well as programming methods have evolved to adapt to the current necessities. Due to the great number of complex concepts in Robotics, the learning curve of actual robotic software can be steep for inexperienced programmers, and previous training is required. READ MORE

  5. 25. A systematic performance study of the parallel programming framework SkePU 3 using HPC-benchmarks

    University essay from Linköpings universitet/Programvara och system

    Author : Erik Tedhamre; [2022]
    Keywords : ;

    Abstract : With hardware performance no longer following Moore’s law, software optimization becomes more important. In this paper, we discuss parallel programming, which is one way to optimize software. However, writing parallel code is considered more difficult than writing sequential code. READ MORE