Y
Hacker News
new
|
ask
|
show
|
jobs
by
foxes
7 days ago
elixir/erlang gets compiled into beam byte code. It's a vm. why does this matter..
1 comments
zerr
7 days 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.
link
foxes
6 days ago
But why does a particular execution model matter?
link
zerr
5 days ago
Raw performance.
link
But apparently BeamAsm JIT solves the issue? As mentioned in the sibling comment.