Analyzing sources of compiler latency in Julia: method invalidations

By: JuliaLang - The Julia programming language

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

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.

Read more