pkolaczk / async-runtimes-benchmarks

103 stars 33 forks source link

Use processes directly for Elixir #7

Open josevalim opened 1 year ago

josevalim commented 1 year ago

Tasks are a higher-level abstraction and they will include additional features for tracking responses.

So we change Elixir to use processes directly, reflecting the other processes and reducing memory usage by ~20%.