peselx 0.2.0 released Distributed Supervisor test

String manipulation micro optimisation using IO lists: A small refactoring shows positive gains in benchmark

Inspired by Nathan Long’s “Elixir and IO Lists” Part 1 and Part 2 articles on the performance impact of using IO lists for string concatenation and interpolation.

String manipulation micro optimisation using IO lists demonstrates a real-world example of swapping naive string manipulation for an IO list. The benchmarked gains for the affected use case were a 20 - 25% performance improvement.