...

/

Performance Implications of Immutability

Performance Implications of Immutability

Learn how copying data and garbage collection enhances the performance of Elixir.

We'll cover the following...

It’s easy to assume that copying data instead of updating the existing data is ...