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
Is your feature request related to a problem? Please describe.
In #927 , we implement an optimized serialization protocol for Collection, which can reduce space cost and improve performance, this should be applied to array too.
Describe the solution you'd like
Create an wrapper List to reuse code in io.fury.serializer.collection.AbstractCollectionSerializer#writeNullabilityHeader for write header
Align implementation of string array serialization to collection serializaiton
Is your feature request related to a problem? Please describe.
In #927 , we implement an optimized serialization protocol for Collection, which can reduce space cost and improve performance, this should be applied to array too.
Describe the solution you'd like
io.fury.serializer.collection.AbstractCollectionSerializer#writeNullabilityHeader
for write headerAdditional context
#923 #927
The text was updated successfully, but these errors were encountered: