Skip to content

[Scala] Use scala generics to optimize tuple serialization #1060

@chaokunyang

Description

@chaokunyang

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions