dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.6k stars 107 forks source link

How to speed up `Elixir` compile times #190

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

Stumbled on this article while searching for Deps Circular Ref: https://github.com/dwyl/mvp/pull/196/files#r1022585940

https://medium.com/multiverse-tech/how-to-speed-up-your-elixir-compile-times-part-1-understanding-elixir-compilation-64d44a32ec6e

image

It's a 4 min read and well worth your time to understand Elixir Compilation. 💭