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.
Scala tuple1~22 has generics to define the type of elements. By using those information, the generated serializer code can be more efficient, and serialized size will be smaller.
Describe the solution you'd like
Implement a tuple serializer in fury/scala, adpat tuple in fury BaseObjectCodecBuilder
The text was updated successfully, but these errors were encountered:
chaokunyang
changed the title
Use scala generics to optimize tuple serialization
[Scala] Use scala generics to optimize tuple serialization
Nov 4, 2023
Is your feature request related to a problem? Please describe.
Scala tuple1~22 has generics to define the type of elements. By using those information, the generated serializer code can be more efficient, and serialized size will be smaller.
Describe the solution you'd like
Implement a tuple serializer in fury/scala, adpat tuple in fury
BaseObjectCodecBuilder
The text was updated successfully, but these errors were encountered: