An open discussion: Elixir maybe harder than you think to get it speedy. It is VERY easy to write "inefficient" code.
Some examples:
- this video is a good example on how to write beautiful but inefficient Elixir code.
The todo:

The first "poor" first "natural" version:

- a very instructive video. A comparison of using tuples vs lists vs maps. In particular,
:erlang_disasm.file and the add-on beamdasm if you are very curious.

- Another video. The repo with the Go and Elixir 1 & 2 versions.
The todo: repeatedly pick a random element from a large list of words
He "solved" the issue of constant time access by using the AJA library

An open discussion: Elixir maybe harder than you think to get it speedy. It is VERY easy to write "inefficient" code.
Some examples:
The todo:
The first "poor" first "natural" version:

:erlang_disasm.fileand the add-onbeamdasmif you are very curious.The todo: repeatedly pick a random element from a large list of words
He "solved" the issue of constant time access by using the AJA library
