Essays about: "thesis for programming languages"

Showing result 11 - 15 of 148 essays containing the words thesis for programming languages.

  1. 11. Units of measurement in ecosystems : Design science research on how to communicate and handle units

    University essay from Uppsala universitet/Informationssystem

    Author : Anna Roth; [2023]
    Keywords : Units of measurement; ecosystem; unit checking; annotation burden; design science research;

    Abstract : Units of measurement are needed in many of today’s software programs and datasets for describing physical concepts. Despite this, there are many issues regarding units of measurement in both code and data, such as inconsistent unit annotations, unit types being difficult to annotate and missing built-in unit support in tools and programming languages. READ MORE

  2. 12. Performance Evaluation of Digital Image Processing on the Web using WebAssembly

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : Christoffer Nyberg; [2023]
    Keywords : WebAssembly; wasm; SIMD; multithreading; performance;

    Abstract : JavaScript has been the de-facto standard programming language for Web browsers for some time. Although it has enabled the interactive and complex web pages we have today, it has long been characterized by performance issues. A promising new technology, WebAssembly, aims to enable near-native performance on the Web. READ MORE

  3. 13. Developing Guidelines for Structured Process Data Transfer

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

    Author : Pontus Amgren; Emil Olausson; [2023]
    Keywords : Inter-Process Communication; Data Interchange Format; Performance evaluation; Interprocesskommunikation; Dataöverföringsformat; Utvärdering av Prestanda;

    Abstract : Today, society is ever-increasing in its use of technology and computers. The increase in technology creates a need for different programming languages with unique properties. The creation of a system may require multiple languages for multiple processes that need to transfer data between one another. READ MORE

  4. 14. Comparing performance and developer experience for a serverless application integrated with a serverless database

    University essay from Uppsala universitet/Datalogi

    Author : Leonora Stiernborg; [2023]
    Keywords : serverless cloud computing faas;

    Abstract : Cloud computing has introduced a paradigm shift in the information technology sector by enabling the user to access computing resources over the internet. Serverless is a new cloud computing technology that has gained significant popularity for the deployment of services and applications. READ MORE

  5. 15. Does Rust SPARK joy? : Recommendations for safe cross-language bindings between Rust and SPARK

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

    Author : Aïssata Maiga; [2023]
    Keywords : Rust; Ada; SPARK; Foreign Function Interface FFI ; memory safety; type safety; ownership; Rust; Ada; SPARK; Gränssnitt för främmande funktioner FFI ; minnessäkerhet; typsäkerhet; ägarskap;

    Abstract : This thesis aims to provide recommendations for interfacing two memory-safe programming languages, Rust and SPARK. The comparison of Rust and C/C++, as well as SPARK and C/C++, has been thoroughly researched. However, this level of investigation hasn’t been as extensive between memory-safe languages. READ MORE