Essays about: "Rasmus Viitanen"

Found 1 essay containing the words Rasmus Viitanen.

  1. 1. Evaluating Memory Models for Graph‐Like Data Structures in the Rust Programming Language: Performance and Usabiliy

    University essay from Linköpings universitet/Programvara och system

    Author : Rasmus Viitanen; [2020]
    Keywords : Rust; graphs; performance; usability; data structures; memory models;

    Abstract : Representing graphs in Rust is a problematic issue, as ownership forbids typical representations found in e.g. C++. A common approach is to use reference counting to represent graphs, but this can easily lead to memory leaks if cycles are present in the graph. READ MORE