Essays about: "Concurrency"

Showing result 26 - 30 of 101 essays containing the word Concurrency.

  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. MINIMIZING INTER-CORE DATA-PROPAGATION DELAYS IN PARTITIONED MULTI-CORE REAL-TIME SYSTEMS USING SCHEDULING HEURISTICS

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Emil Åberg; [2021]
    Keywords : Embedded Systems Scheduling Heuristic Multi-Core;

    Abstract : In the field of embedded systems, computers embedded into machines ranging from microwaveovensto assembly lines impact the physical world. They do so under tight real-time constraintswith ever-increasing demand for computing power and performance. READ MORE

  3. 28. Region-based Memory Management and Actor Model Concurrency An initial study of how the combination performs

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Robert Krook; [2020-11-06]
    Keywords : Region-based memory management; Standard ML; Actor-Model Concurrency; Functional programming;

    Abstract : Modern computer systems and the requirements we place upon them are vastly different from those of early systems. With the emergence of Internet of Things (IoT) devices, the number of devices with hard, real-time deadlines have increased greatly. READ MORE

  4. 29. Scalable Architecture for Automating Machine Learning Model Monitoring

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

    Author : Javier de la Rúa Martínez; [2020]
    Keywords : Model Monitoring; Streaming; Scalability; Cloud-native; Data Drift; Outliers; Machine Learning; Modellövervakning; Streaming-metod; Skalbarhet; Molnbaserad; Dataskift; Outlierupptäckt; Maskininlärning;

    Abstract : Last years, due to the advent of more sophisticated tools for exploratory data analysis, data management, Machine Learning (ML) model training and model serving into production, the concept of MLOps has gained more popularity. As an effort to bring DevOps processes to the ML lifecycle, MLOps aims at more automation in the execution of diverse and repetitive tasks along the cycle and at smoother interoperability between teams and tools involved. READ MORE

  5. 30. Real time Rust on multi-core microcontrollers

    University essay from Luleå tekniska universitet/Datavetenskap

    Author : Jorge Aparicio Rivera; [2020]
    Keywords : Rust; real-time; memory safety; embedded; static analysis; stack resource policy; stack analysis; arm; cortex-m;

    Abstract : Today the majority of embedded software is written in C or C++ using the thread paradigm. C and C++ are memory unsafe programming languages that often appear in CVE (Common Vulnerability and Exploits) reports. READ MORE