You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XXX_unrecognized fields are to support unknown fields. If you're using proto3, they were a proto language change added by protocolbuffers/protobuf#272.
I filed two other issues to address the root problem you are hitting: #857, #858
I'm using the message in the cache and flush them into file/db at some time. it's small in memory and fast when write files.
But not any more after the XXX_ fields were put in generated structs.
I have do a lot of things to reduce the copy of memory and the cost of memory.
What it would happen if i remove the XXX_* field by comment generateInternalStructFields in proto-gen-go?
The text was updated successfully, but these errors were encountered: