Building Safe and Fast Software for the Future - Rust's Memory Management and Optimization
Offered By: Conf42 via YouTube
Course Description
Overview
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
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity