#12: Elixir Lists - Performance Considerations
In this short post, I wanted to briefly touch on some performance considerations when using lists in Elixir. In particular, the performance of adding, removing elements, and determining the size of the list can be explained in terms of Big O Notation...
stephanyu.hashnode.dev2 min read