I assume the increase in compilation times happens because you have to define more modules. This is not a priority at the moment, but the Elixir compiler does support parallel compilation of modules through this helper function, in case you're interested:
https://hexdocs.pm/elixir/Kernel.ParallelCompiler.html#pmap/2