Open
Description
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-onbeamdasm
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
Metadata
Metadata
Assignees
Labels
No labels