String optimizations: Trigger, Database, Control

  • Avoid substr allocations
  • Use string_view where appropriate to allow faster substr
  • Use move where appropriate to avoid copying
  • Use append sequentially to avoid temp strings

Merge request reports

Loading