Essays about: "non-blocking execution"

Found 5 essays containing the words non-blocking execution.

  1. 1. A Specification for Time-Predictable Communication on TDM-based MPSoC Platforms

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

    Author : Kelun Liu; [2021]
    Keywords : Communication; Time-Predictability; Network-on-Chip; Software Specification; Worst-Case Communication Time; Kommunikation; Tid Förutsägbarhet; Nätverk-på-Chip; MjukvaruSpecifikation; Kommunikationstid i Värsta Fall;

    Abstract : Formal System Design (ForSyDe) aims to bring the design of multiprocessor systems-on-chip (MPSoCs) to a higher level of abstraction and bridge the abstraction gap by transformational design refinement. The current research is focused on a correct-by-construction design flow, which requires design space exploration including formal models of computation and timepredictable platforms. READ MORE

  2. 2. Reactive programming and its effect on performance and the development process

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Gustav Hochbergs; [2017]
    Keywords : Reactive programming; declarative programming; asynchronous programming; non-blocking execution; Technology and Engineering;

    Abstract : The focus of this master’s thesis is to evaluate the effect of reactive programming on Playtech BGT Sports content server. The effect is evaluated mainly from a performance aspect, but a development process aspect is also taken into consideration. READ MORE

  3. 3. Parallel optimization of the set data structure

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

    Author : Gustav Karlsson; [2015]
    Keywords : ;

    Abstract : The Set data structure is a powerful and popular programmer’s tool based on set theory. Bulk operations such as addAll provide a simple way of working with big collections of elements but can severely limit the performance of a multi-processor system when invoked on big sets if performed sequentially. READ MORE

  4. 4. Adapting a Radial Basis Functions Framework for Large-Scale Computing

    University essay from Institutionen för informationsteknologi

    Author : Afshin Zafari; [2012]
    Keywords : ;

    Abstract : This work is aimed at extending a parallel computing framework for radial basis functions methods for solving partial differential equations. Existing framework uses Task Based parallelization method in shared memory architectures to run tasks concurrently on multi-core machines using POSIX Threads. READ MORE

  5. 5. Performance Tradeoffs in Software Transactional Memory

    University essay from Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Author : Gulfam Abbas; Naveed Asif; [2010]
    Keywords : Multiprocessor; Concurrent Programming; Synchronization; Software Transactional Memory; Performance;

    Abstract : Transactional memory (TM), a new programming paradigm, is one of the latest approaches to write programs for next generation multicore and multiprocessor systems. TM is an alternative to lock-based programming. READ MORE