34
Hello Bonjour Привет Привіт Гамарджоба Ave Aloha Dobry den Namaste

Bottleneck in Elixir Application - Alexey Osipenko

Embed Size (px)

Citation preview

Hello

Bonjour

Привет

Привіт

ГамарджобаAve

Aloha

Dobry den

Namaste

«Bottleneck and performance in elixir applications»

by Alexey Osipenko

Hello I’m

Alexey

a differenta long time ago when we use

language

(1..1000).sum(:square) if i/3 or i/5

javascript

javascript

nodejs

it's superfast

it's superfast

it's asynchronous

it's superfast

it's asynchronous

it's javascript

it's a normal fast

it's a normal fastit's async by demand

it's a normal fastit's async by demandit's still javascript

modern kind of...

modern kind of...

elixir

elixir

erlang

elixir

erlang

BEAM

elixir

erlang

BEAM

Actors

blah slide about sense of actors

so, what the problem?

one actor — single thread

actor is not a delayed job

get pid

Whats going on?

• There is no magic here

• Elixir better than javascript

• High load problem still here