Performance of Elixir's System.get_env/0 Function
http://stratus3d.com/blog/2020/09/30/performance-of-elixirs-system-get-env-function/ [stratus3d.com]
2020-10-02 21:28
At work I was debugging a performance issue in one of our Elixir applications and stumbled across the strange implementation of Elixir’s System.get_env/0 function. In this blog post I’ll show how it caused performance issues for the application I was debugging and I’ll also propose a better implementation of the function. I’ll conclude by explaining why the better implementation is not used yet.
source: L