Rust - Hack Without Fear
Offered By: CppNow via YouTube
Course Description
Overview
Explore Rust's innovative approach to systems programming in this conference talk from C++Now 2017. Learn how Rust achieves memory safety without garbage collection, concurrency without data races, and abstraction without overhead through its core concept of ownership. Discover how Rust scales to large codebases and enables aggressive parallelization and optimizations. Gain insights into Rust's type system, core features, and its integration into Firefox. Delve into topics such as borrowing, traits, parallel quicksort, and the Rayon join pattern. Examine statistics on unsafe code usage and understand Rust's paradigms for production environments. Presented by Niko Matsakis, a senior researcher at Mozilla and Rust core team member, this talk offers a comprehensive overview of Rust's capabilities and its potential to revolutionize systems programming.
Syllabus
Introduction
What is Rust
Rust 2 Year Anniversary
Rust Productivity
Structure
Memory Safety
Ownership
Borrowing
Muted
Traits
Parallelism
Parallel Quicksort
Rayon Join
Rust Paradigms
Statistics on unsafe code
Rust in production
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube