Essays about: "EXT2"

Found 1 essay containing the word EXT2.

  1. 1. Comparing Conventional- and Modern Programming Languages for Developing a File System

    University essay from Malmö universitet/Institutionen för datavetenskap och medieteknik (DVMT)

    Author : Pontus Laos; Alexander Libot; [2021]
    Keywords : File System; Rust; C; EXT2; Filsystem; Rust; C; EXT2;

    Abstract : Most of the software stack is built upon C today. C is a very flexible language, but the flexibility also brings some safety risks, particularly when handling memory through pointers. Rust is a new programming language which can guarantee memory safety without performance-heavy runtime services such as garbage collection. READ MORE