Using :erlang.trace/3 to listen to garbage collection events
I recently did a lot of traveling, which is why I haven't written for a while. In those travels, I got to meet some new Elixir friends, and we even went over some code together. »
I recently did a lot of traveling, which is why I haven't written for a while. In those travels, I got to meet some new Elixir friends, and we even went over some code together. »
Ughhh, I hate that I'm writing this post. I hate these things usually. But, I've found that I've had to repeat myself in long emails a couple times recently, and I hate that even more, so when that happens I write a blog post that I can just share the link to for future times when I need this thing. »
Benchee 0.13 was released this weekend, and in that release there's one feature that I'm SUPER excited about. Starting with this release, you can now benchmark memory usage in Elixir or Erlang functions! »
I was recently doing some work on documenting and adding some missing typespecs to the Elixir codebase, and in that work I saw something that I thought I could improve. »
In recent weeks I've learned that it's not just writing tests that's important to me, but actually how I use them to benefit my development that matters as well. »