Essays about: "concurrent computing"

Showing result 1 - 5 of 12 essays containing the words concurrent computing.

  1. 1. Dimensioning Microservices on Kubernetes Platforms Using Machine Learning Techniques

    University essay from Karlstads universitet/Institutionen för matematik och datavetenskap (from 2013)

    Author : Adam Rubak; [2023]
    Keywords : Kubernetes; dimensioning; scaling; resource management; horizontal pod autoscaler; machine learning; Kubernetes; dimensionering; skalning; resurshantering; horisontell pod autoscaler; maskininlärning;

    Abstract : In recent years, cloud computing and containerization have become increasingly popular for various applications. However, optimizing resource usage and minimizing costs while providing reliable and efficient service to users can be a challenge. One such challenge is scaling containers according to the current system load. READ MORE

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

  3. 3. Performance Analysis of the CannyFS Shim Filesystem

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Per Alonso; [2022]
    Keywords : ;

    Abstract : In High Performance Computing, there is a constant effort to improve performance. One important part of performance in these systems is storage performance. This thesis investigates the performance of a shim filesystem called CannyFS that exploits ignoring certain consistency requirements of typical filesystems for gaining performance benefits. READ MORE

  4. 4. Comparing a gang-like scheduler with the default Kubernetes scheduler in a multi-tenant serverless distributed deep learning training environment

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Frans-Lukas Lövenvald; [2021]
    Keywords : Deep learning; serverless; scheduling;

    Abstract : Systems for running distributed deep learning training on the cloud have recently been developed. An important component of a distributed deep learning job handler is its resource allocation scheduler. This scheduler allocates computing resources to parts of a distributed training architecture. READ MORE

  5. 5. Comparative Study of CPU and GPGPU Implementations of the Sievesof Eratosthenes, Sundaram and Atkin

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

    Author : Jakob Månsson; [2021]
    Keywords : General Purpose Graphics Processing Unit; Parallelization; Prime number; Sieve.;

    Abstract : Background. Prime numbers are integers divisible only on 1 and themselves, and one of the oldest methods of finding them is through a process known as sieving. A prime number sieving algorithm produces every prime number in a span, usually from the number 2 up to a given number n. READ MORE