Immutable Arrays Help Mutating Arrays More Efficiently - ML'23 Lecture
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a thought-provoking conference talk that challenges conventional wisdom in compiler optimization for array computations. Delve into Sven-Bodo Scholz's presentation at ML'23, where he argues that maintaining array immutability can lead to more efficient runtime implementations than explicitly managing low-level details. Discover how this counterintuitive approach enables compiler transformations that result in highly optimized code generation, particularly for large array operations. Learn about the advantages of tuning at the immutable array level, which allows for more aggressive target-architecture-specific optimizations compared to explicit memory management and destructive updates. Gain insights into this innovative perspective on compiler design and its potential impact on parallel implementations and overall program efficiency in just 32 minutes.
Syllabus
[ML'23] Immutable Arrays Help Mutating Arrays More Efficiently
Taught by
ACM SIGPLAN
Related Courses
Functional Programming Principles in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera Functional Program Design in Scala
École Polytechnique Fédérale de Lausanne via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Functional Programming
Delft University of Technology via edX Paradigms of Computer Programming – Fundamentals
Université catholique de Louvain via edX