Compared to Java where lot of objects will force "stop the world garbage collector to run" and "pause" the execution, how will Elixir gc behave?
To elaborate on this If I have created 1 million processes which are short lived and are supposed to finish within certain SLA then will Elixir provide better reliability compared to Java?