Why is elixir faster than JRuby?

I chose JRuby because it is similar to Elixir in a sense, that they are both dynamic languages ​​that are compiled into bytecode to consume VM.

If I understand correctly, since they are dynamic, the compiler does not have the necessary information to make the bytecode as efficient as their static types.

Is there anything you need to do to ensure that BEAM is the registered VM base and the JVM is the stack-based?

Thank:)

+4
source share
2 answers

, JRuby, JRuby Elixir. , Elixir , JRuby, . . - , , , Elixir.

+2

Source: https://habr.com/ru/post/1650616/


All Articles