← Back to context Comment by foxes 16 hours ago elixir/erlang gets compiled into beam byte code. It's a vm. why does this matter.. 1 comment foxes Reply zerr 15 hours ago It's an interpreted byte code run (interpreted) by BEAM. Not a native binary run by CPU.But apparently BeamAsm JIT solves the issue? As mentioned in the sibling comment.
zerr 15 hours ago It's an interpreted byte code run (interpreted) by BEAM. Not a native binary run by CPU.But apparently BeamAsm JIT solves the issue? As mentioned in the sibling comment.
It's an interpreted byte code run (interpreted) by BEAM. Not a native binary run by CPU.
But apparently BeamAsm JIT solves the issue? As mentioned in the sibling comment.