Essays about: "Karl Rikte"

Found 1 essay containing the words Karl Rikte.

  1. 1. Using Rust as a Complement to C for Embedded Systems Software Development

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Karl Rikte; [2018]
    Keywords : Rust; language review; memory safety; smart pointers; productivity; cross-compilation; Technology and Engineering;

    Abstract : Rust aims to bring safety to low-level programming by using zero-cost ab- stractions. These provide, among other things, guaranteed memory safety and threading without data races. Garbage collected languages have become popular to guarantee safety, but in performance critical, memory limited or real time applications, it is not an ideal solution. READ MORE