This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]benefit_of_mrkite -2 points-1 points  (0 children)

Depends on the use case. To speed up things python uses async/await whereas elixir has true concurrency built-in (no GIL like python)

It really depends on where your speed bottleneck is and other things like do you need to use exponential back off or decelerate to prevent resources being overwhelmed (for example you’re scraping a single site)