Writing Allocation-Free Julia Code with AllocCheck.jl - JuliaCon 2024
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Explore the world of allocation-free Julia programming in this 15-minute conference talk from JuliaCon 2024. Discover how to leverage AllocCheck.jl to identify and eliminate allocations in your code, improving performance and enabling safe deployment on embedded systems. Learn about the three major sources of allocations in Julia: object creation, dynamic dispatch, and runtime allocations. Gain insights into common challenges and solutions for writing allocation-free code, and understand how AllocCheck.jl's static analysis of optimized LLVM IR can pinpoint allocation sites and object types. See practical examples of using the `@check_allocs` macro and explore additional tools like Cthulhu.jl for deeper code analysis. Understand the requirements and implications of writing allocation-free code for stringent applications, particularly in long simulation loops on embedded hardware.
Syllabus
Writing allocation-free Julia code with AllocCheck.jl | Baraldi, Tapscott | JuliaCon 2024
Taught by
The Julia Programming Language
Related Courses
Julia Scientific ProgrammingUniversity of Cape Town via Coursera Julia for Beginners in Data Science
Coursera Project Network via Coursera Linear Regression and Multiple Linear Regression in Julia
Coursera Project Network via Coursera Decision Tree and Random Forest Classification using Julia
Coursera Project Network via Coursera Logistic Regression for Classification using Julia
Coursera Project Network via Coursera