Skip to content

String optimizations: Trigger, Database, Control

Adam Edward Barton requested to merge abarton/athena:corestringopti into master
  • 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