|
|
|
|
|
by nickjj
2541 days ago
|
|
> Phoenix is faster than Rails, however Ruby is faster than Elixir when doing CPU intensive tasks. Like parsing text. What is your definition of slow or fast? For example with Elixir it was possible to generate 5,000x random 19 character codes in 3ms on a 5 year old i5 3.2ghz desktop workstation. I don't know how long it would take with Ruby but for such a text / CPU intensive task, I'm quite happy with the performance. Also parsing templates with EEx is ridiculously fast, because it's not treated as a string. |
|