Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore a conference talk that delves into building safe and fast software using Rust. Learn about memory management mastery, including strategies to prevent memory leaks and the advantages of Rust's approach over traditional garbage collection. Discover Rust's unique ownership and borrowing concepts, and how they contribute to memory safety. Examine multi-threading capabilities and performance optimization techniques such as zero-cost abstractions, inline functions, constant propagation, and the use of const and static variables. Gain insights into real-world applications of Rust and how it addresses modern software development challenges. Perfect for developers interested in leveraging Rust's features to create efficient and secure software solutions.
Syllabus
intro
preamble
overview
memory management mastery:
- memory leaks
- garbage collector
in comes rust
how does rust handle memory management?
ownership and borrowing
multi-threading
performance amplified: rust's optimization techniques:
- zero cost abstaction
- inline functions
- constant propagation
- const & static
conquering real-world challenges: applications in rust
thank you
Taught by
Conf42