Skip to content

RepeatedPtrField clears elements lazily.#15091

Merged
1 commit merged into
mainfrom
test_586618632
Dec 14, 2023
Merged

RepeatedPtrField clears elements lazily.#15091
1 commit merged into
mainfrom
test_586618632

Conversation

@copybara-service

Copy link
Copy Markdown

RepeatedPtrField clears elements lazily.

This allows to reduce binary bloat (all calls to Clear are now defined out of line) and eliminate redundant calls to clear (since we only call it when it is needed).

This allows to reduce binary bloat (all calls to Clear are now defined out of line) and eliminate redundant calls to clear (since we only call it when it is needed).

PiperOrigin-RevId: 590944438
@copybara-service copybara-service Bot closed this pull request by merging all changes into main in 1db8ed4 Dec 14, 2023
@copybara-service copybara-service Bot deleted the test_586618632 branch December 14, 2023 16:21
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