Hacker News new | ask | show | jobs
by agilebyte 4573 days ago
I have heard that string operations (and I thus suspect JSON parsing too) is slower on Erlang. Maybe it is not included as it was not built for raw speed but rather stability, hotswapping code etc?
2 comments

String equivalents in Erlang are binaries quite often. There are also iolists, those are pretty efficient.

This blog post describes this in a lot more depth:

http://jlouisramblings.blogspot.com/2009/01/common-erlang-mi...

Erlang was included in round 6 of the benchmark.
Ah thanks, under Cowboy and Elli.