An informal comparison of several programming languages

Hacker News

By @losvedir

There are already two PRs for Elixir

One of my observation: Elixir implementation gives the most consistent consistent response time at high concurrency (max is 6x medium, while others are 20x of median) - which is well known thanks to preemtive scheduling across per-request process.

6 Likes