Arc in the Linux Kernel – Alice Ryhl
The Linux Kernel is a very special codebase with a lot of restrictions on how you can write your code. In this talk, you will hear about how Rust has to adapt to work in the Linux Kernel. We will be looking at the kernel’s extensive use of linked lists, and how we need to change our Arc to work in that environment, as well as the various unstable compiler features that we are using to make that happen.
Slides: https://github.com/rustnl/meetups/blob/main/20240507-delft/slides/Arc%20in%20the%20Linux%20Kernel%20-%20Alice%20Ryhl.pdf
linkedin: https://www.linkedin.com/in/aliceryhl/
github: https://github.com/Darksonn
This talk was given at RustNL 2024, in Delft, The Netherlands.
Playlist of other talks from RustNL 2024: https://www.youtube.com/playlist?list=PL8Q1w7Ff68DBZZbJt3ie5MUoJV5v2HeA7
Want to come to RustWeek 2025 in-person? go to https://2025.rustnl.org
Views : 1302
linux
Source by Rust Nederland (RustNL)