Elixir Wizards S4E4 Ben Marx on the Launch and Architecture of SubSpace Sorting by multiple criterias in Elixir

Trying To Speed Up Compilation With Absinthe

I run my tests a lot when I’m working, and nothing bums me out more when I’m running my tests so frequently than long compile times before I can even run my tests. One of the unfortunate issues with absinthe is that it’s a very macro-heavy library, and as such it effectively touches every file in your application, meaning that you need to recompile a ton of files if you’re using it. But there may be ways we can avoid such long incremental compile times!

http://devonestes.com/trying-to-speed-up-compilation-with-absinthe