Analyzing sources of compiler latency in Julia: method invalidations

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2020/08/invalidations/index.html

Julia runs fast, but suffers from latency due to compilation. This post analyzes one source of excess compilation, tools for detecting and eliminating its causes, and the impact this effort has had on latency.