String optimizations: Trigger, Database, Control
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
String optimizations: Trigger, Database, Control
Adam Edward Barton
requested to merge
abarton/athena:corestringopti
into
master
Sep 09, 2021
Overview
10
Commits
3
Pipelines
0
Changes
17
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