|
|
|
|
|
by davidw
5169 days ago
|
|
> Firstly, HiPE and BEAM may be the most advanced virtual machine systems in the world. People working with JVM will claim this an exaggeration, but in terms of reliability and speed, my experience with HiPE is unmatched. Reliability, maybe, but these benchmarks disagree with 'speed': http://shootout.alioth.debian.org/u32/which-programming-lang... It's not bad - it beats a lot of dynamic languages - but it's not great either. Go and Javascript V8 both beat it. |
|
The BEAM interpreter is an interpreter though. And while it is rather fast, it is still just an interpreter and for purely CPU-bound problems, you have many languages, most compiled, that will beat it soundly.