Commits
Click on a commit to change the comparison rangeOptimize `save_report_lines` a bit
This avoids some intermediate allocations in particular for a `flag_map` case, as well as avoiding another allocation.
In other cases its unfortunately not possible to avoid more intermediate allocations.