Building Safe and Fast Software for the Future | David Oyinbo | Conf42 Rustlang 2023

Conference: Conf42 Rustlang 2023

Year: 2023

Read the abstract ➤https://www.conf42.com/Rustlang_2023_David_Oyinbo_building_safe_fast_software_future Other sessions at this event ➤ https://www.conf42.com/rustlang2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:18 preamble 0:29 overview 1:08 memory management mastery: 1:33 - memory leaks 3:28 - garbage collector 5:23 in comes rust 5:50 how does rust handle memory management? 6:16 ownership and borrowing 17:50 multi-threading 20:37 performance amplified: rust's optimization techniques: 21:07 - zero cost abstaction 23:13 - inline functions 24:58 - constant propagation 26:03 - const & static 27:37 conquering real-world challenges: applications in rust 28:51 thank you