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