Hacker News new | ask | show | jobs
by RobertKerans 2722 days ago
I assume perf comment is in relation to AWS Lambda, for which the Elixir example they've put up is severely below par perf wise
1 comments

I am talking about raw HTTP request handling performance. Elixir/Cowboy/Plug is in the middle range of web servers. Again, it is good enough for most use cases.
Ah, fair enough, apologies for misconstruing. Definitely good enough for a very wide range of use cases; it's not a language built for speed and power anyway.