To clarify, I was not the one doing the claiming. My only point is that there is much more than meets the eyes so 12 times faster is possible. I haven't deployed Rails in a long while so I have no data from the…
http://elixir-lang.org/docs/stable/elixir/Enum.html#at/3
I would say languages that can leverage concurrency and do pooling well will generally put less pressure on the database for the same load. Rails in particular is very wasteful in terms of connection management,…
> This isn't specific to Elixir/Phoenix/Beam > Like any well-designed system that separates concerns. Again, this isn't language or framwork-specific. While it is true you can implement those systems in pretty much any…
To clarify, I was not the one doing the claiming. My only point is that there is much more than meets the eyes so 12 times faster is possible. I haven't deployed Rails in a long while so I have no data from the…
http://elixir-lang.org/docs/stable/elixir/Enum.html#at/3
I would say languages that can leverage concurrency and do pooling well will generally put less pressure on the database for the same load. Rails in particular is very wasteful in terms of connection management,…
> This isn't specific to Elixir/Phoenix/Beam > Like any well-designed system that separates concerns. Again, this isn't language or framwork-specific. While it is true you can implement those systems in pretty much any…