Essays about: "the rust"

Showing result 6 - 10 of 97 essays containing the words the rust.

  1. 6. Comparing the Performance of Compiled vs Interpreted RegEx

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

    Author : Simon Hocker; Andreas Hammarstrand; [2023]
    Keywords : Compilers; Interpreters; Regular languages; RegEx; Performance; Kompilatorer; Tolkare; Regulära språk; RegEx; Prestanda;

    Abstract : The Regular Expression (RegEx) is one of the most important computer science technologies used for searching through text. Used commonly in almost every corner of computer science that is dependent on searching, it is imperative that they are made to be efficient. Usually, RegEx are implemented through the use of a process called interpretation. READ MORE

  2. 7. Rust programming language as an alternative to C for RAN management applications

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

    Author : Viktor Olsson; [2023]
    Keywords : Rust; C; radio access networks; safety; performance; Rust; C; radioaccessnätverk; säkerhet; prestanda;

    Abstract : Since the first official release of Rust 1.0 in 2015, the language has become one of the most well-liked programming languages among developers and has emerged as a competitor to other systems programming languages such as C and C++. READ MORE

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

  4. 9. 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

  5. 10. 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