Talk
22:00
String processing optimisation
Starting from an underperforming string-processing script, this talk shows how modest changes can substantially improve execution time, memory usage, and maintainability. The speaker incrementally refines a straightforward implementation to achieve a 10x improvement without losing structure, flow, or significantly increasing line count, exploring how to optimise beyond Elixir's sensible defaults when necessary.