feat(go): fury-go implements adaptation and optimization for new xlang #2230
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
1、Cross-language interoperability of furygo has been achieved (except for dynamic Pointers).
2、The new collection serialization has been implemented, and dynamic writing will be performed based on the object header
3、The chunk based map serialization has been implemented
4、The int type is written to a dynamic varint
5、The string becomes a dynamic string and will be written according to the encoding
It is hoped that the dynamic pointer problem can be solved in the next pr.
Related issues
Close #2200
Close #2201
Close #2202
Close #2014
Related PR
Relate #2198
Does this PR introduce any user-facing change?
Benchmark