-
Performance of Elixir's System.get_env/0 Function
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 fun...
More like this (1)
-
Debugging MySQL replication lag by diving into the internals
Debugging MySQL replication lag by diving into the internals possible causes of replication lag, such as...