Hacker News new | ask | show | jobs
by lliamander 2410 days ago
Indeed, the only compiler benchmark one typically sees are for C/C++. But Lots of developers use other languages, and it would be nice to have a cross-section because each language is so different.

BTW, how much does elixir benefit from multiple cores for compilation?

1 comments

I haven't done any rigorous testing, but looks compiling the project I'm working on does use all CPUs. There's also this: https://hexdocs.pm/elixir/Kernel.ParallelCompiler.html