#elixir #functional_programming #performance #programming #software_development
Map vs list performance in elixir
https://medium.com/@damonvjanis/map-vs-list-performance-in-elixir-c45642a25c6
Map vs list performance in elixir
https://medium.com/@damonvjanis/map-vs-list-performance-in-elixir-c45642a25c6
Medium
Map vs List Performance in Elixir
Today I discovered an awesome property of Elixir maps that let me reduce the time of a matching operation on large datasets from about 30+…
#erlang #elixir #otp #supervisor #performance
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Medium
Avoid these OTP Supervision performance pitfalls
As powerful as Elixir/Erlang’s OTP is, it’s also easy to nuke your performance by accidentally introducing a bottleneck into the system…