@pactox My guess is what you experienced was due to using a low powered VM on a busy host. Erlang (which Elixir is based on) is known to be very fast and can handle lots of traffic, much more so than most other languages, as it's multi-threaded and concurrent out of the box, and has been since the 1980's.

learnyousomeerlang.com/the-h...

I would say with the right hardware it's performance is on par with, or perhaps exceeds anything written with Go, but it may not perform well on low-end VM's. On real hardware Erlang/Elixir is seriously fast.

@pactox @ivan ​ Sorry, new guy here... Didn't realize there was conversation around the original comment, as the comment bubble icon has no indication that anyone has replied. Don't mind me, just looking around a bit...

@pactox My guess is what you experienced was due to using a low powered VM on a busy host. Erlang (which Elixir is based on) is known to be very fast and can handle lots of traffic, much more so than most other languages, as it's multi-threaded and concurrent out of the box, and has been since the 1980's.

learnyousomeerlang.com/the-h...

I would say with the right hardware it's performance is on par with, or perhaps exceeds anything written with Go, but it may not perform well on low-end VM's. On real hardware Erlang/Elixir is seriously fast.