Essays about: "Reactive programming"

Showing result 21 - 25 of 34 essays containing the words Reactive programming.

  1. 21. The Emergence and Compensation of Reactive Power in the North Western Province of Zambia

    University essay from Uppsala universitet/Elektricitetslära

    Author : Matthew Koenig-Barron; [2017]
    Keywords : reactive compensation; Zambia; transformer; powerworld; shunt reactor; long line model;

    Abstract : The design of a transmission project is as varied in the factors that affect it as the people to which the project supplies electricity. This thesis focuses on the theoretical considerations in the design process that affect the emergence of reactive power in a system and how reactive compensation is achieved. READ MORE

  2. 22. 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. 23. Fast and Scalable Static Analysis using Deterministic Concurrency

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Patrik Ackland; [2017]
    Keywords : concurrent static analysis; ifds algorithm; reactive async;

    Abstract : This thesis presents an algorithm for solving a subset of static analysis data flow problems known as Interprocedural Finite Distribute Subset problems. The algorithm, called IFDS-RA, is an implementation of the IFDS algorithm which is an algorithm for solving such problems. READ MORE

  4. 24. UniRx and Unity 5 : Working with C# and object-oriented reactive programming

    University essay from Uppsala universitet/Institutionen för speldesign

    Author : Johannes Westberg; [2017]
    Keywords : reactive programming; reactive-functional programming; game programming; gameplay programming; object-oriented reactive programming; programming patterns; function composition; UniRx; Unity 5;

    Abstract : Gameplay programming is vital for video game development and benefits from good tools and techniques. However, techniques are still used in the industry that involves describing how the computer operates. Reactive programming is a way to describe eventful and stateful computer programs declaratively, focusing on what the program should accomplish. READ MORE

  5. 25. Reactive Async : Safety and efficiency of new abstractions for reactive, asynchronous programming

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Simon Geries; [2016]
    Keywords : parallel; programming; reactive; asynchronous;

    Abstract : Futures and Promises have become an essential part of asynchronous programming. However, they have important limitations, allowing at most one result and no support for cyclic dependencies, instead resulting in deadlocks. READ MORE