Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #682
chaokunyang opened this issue Nov 2, 2023 · 0 comments
Open
Tracked by #682

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

chaokunyang opened this issue Nov 2, 2023 · 0 comments
Labels
good first issue Good for newcomers scala

Comments

@chaokunyang
Copy link
Collaborator

chaokunyang commented Nov 2, 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

@chaokunyang chaokunyang added good first issue Good for newcomers scala labels Nov 2, 2023
@chaokunyang chaokunyang changed the title Use scala generics to optimize tuple serialization [Scala] Use scala generics to optimize tuple serialization Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers scala
Projects
None yet
Development

No branches or pull requests

1 participant