Talk 38:00

Demystifying Purely Functional Data Structures in Elixir

Reasoning about data structures and run times in functional languages like Elixir is a far cry from classic analysis of data structures in imperative languages. While working with immutable data structures helps us reason about the flow of state in our programs, it has implications on the data struc