Skip to content

Move unknown_field_set.h to protobuf_lite to allow direct usage from the parser without a virtual dispatch.#28084

Draft
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_933183605
Draft

Move unknown_field_set.h to protobuf_lite to allow direct usage from the parser without a virtual dispatch.#28084
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_933183605

Conversation

@copybara-service

Copy link
Copy Markdown

Move unknown_field_set.h to protobuf_lite to allow direct usage from the parser without a virtual dispatch.
Move the minimal set of function from unknown_field_set.cc to unknown_field_set_lite.cc

Change the parser fallback function to separate the extensions case from the unknown field case. This makes both cases faster.

…rom the parser without a virtual dispatch.

Move the minimal set of function from `unknown_field_set.cc` to `unknown_field_set_lite.cc`

Change the parser fallback function to separate the extensions case from the unknown field case. This makes both cases faster.

PiperOrigin-RevId: 933183605
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