The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.

Compile Faster with Marc-André Lafortune

August 17, 2021 43:03 31.2 MB Downloads: 0

We talk with Marc-André Lafortune about reducing Elixir project compile times. On larger projects, when a single file like a view template is changed and over 100 files get recompiled, there is something wrong. Marc-André explains how he identified the problems in his project and contributed to Elixir’s mix xref tool making it easier for us to find those problems in our own projects! We cover how these tooling improvements were used to improve the upcoming Phoenix 1.6 and Elixir 1.13! An additional mix xref flag was added to run CI checks on our code to prevent accidentally adding code that slows our compile times.

Show Notes online - https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune

The post #060 Compile Faster with Marc-André Lafortune appeared first on Thinking Elixir.