Skip to content

[Build] Reduce build size optimizing KeyValueStruct use - #5634

Open
TD-er wants to merge 1 commit into
letscontrolit:megafrom
TD-er:build/ReduceBuildSize_KeyValueStruct
Open

[Build] Reduce build size optimizing KeyValueStruct use#5634
TD-er wants to merge 1 commit into
letscontrolit:megafrom
TD-er:build/ReduceBuildSize_KeyValueStruct

Conversation

@TD-er

@TD-er TD-er commented Sep 12, 2026

Copy link
Copy Markdown
Member

... By using static functions to do the actual construction of KeyValueStruct objects in StringProvider.cpp
Also reduce the number of concat() function instances by removing template implementation.

Optimized also a number of calls where quite a lot of unneeded memory re-allocations were made by copying data instead of moving it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant