Essays about: "Rust library"

Showing result 1 - 5 of 11 essays containing the words Rust library.

  1. 1. Parallel Kafka Producer Applications : Their performance and its limitations

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

    Author : Arvid Sundbom; [2023]
    Keywords : Distriubted Systems; Parallel Systems; Apache Kafka; Rust; OpenMP;

    Abstract : "This paper examines multi-threaded Kafka producer applications, and how the performance of such applications is affected by how the number of producer instances relates to the number of executing threads. Specifically, the performance of such applications when using a single producer instance, shared among all threads, and when each thread is allotted a separate, private instance, is compared. READ MORE

  2. 2. Evaluating Random Forest and k-Nearest Neighbour Algorithms on Real-Life Data Sets

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

    Author : Atheer Salim; Milad Farahani; [2023]
    Keywords : Random Forest; k-Nearest Neighbour; Evaluation; Machine Learning; Classification; Execution Time; Slumpmässig Skog; k-Närmaste Granne; Utvärdering; Maskininlärning; Klassificiering; Exekveringstid;

    Abstract : Computers can be used to classify various types of data, for example to filter email messages, detect computer viruses, detect diseases, etc. This thesis explores two classification algorithms, random forest and k-nearest neighbour, to understand how accurately and how quickly they classify data. READ MORE

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

  4. 4. Performance evaluation of Multithreading, Hashtables, and Anonymous Functions for Rust and C++ : in Game Development

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

    Author : Oscar Nordström; Lowe Raivio; [2023]
    Keywords : C ; Comparison; Execution time; Rust; Wilcoxon;

    Abstract : Background C++ is a programming language introduced in 1985, while Rust was introduced in 2010. Rust focuses on speed and safety and was created with the need for concurrency in mind. READ MORE

  5. 5. Evaluation of Rust and WebAssembly when building a Progressive Web Application : An analysis of performance and memory usage

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

    Author : Natan Teferi Asegehegn; [2022]
    Keywords : Progressve Web Applications; WebAssembly; Performance evaluation; Memory usage; Progressiva Webapplikationer; WebAssembly; Prestationsutvärdering; Minnesanvändning;

    Abstract : One problem that has been plaguing software development is the multitude of platforms that are available to users. Consequentially, a company needs to provide its service on multiple devices, running different operating systems, in order to reach as many end-users as possible. This leads to increased development complexity and costs. READ MORE