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

[Java] JVM languages serialization optimization #681

Open
4 tasks
chaokunyang opened this issue Jul 18, 2023 · 0 comments
Open
4 tasks

[Java] JVM languages serialization optimization #681

chaokunyang opened this issue Jul 18, 2023 · 0 comments
Labels
enhancement New feature or request java

Comments

@chaokunyang
Copy link
Collaborator

chaokunyang commented Jul 18, 2023

Is your feature request related to a problem? Please describe.

JVM luangages support serialization by customizing writeObject/writeReplace/readObject/readResolve/readObjectNoData, fury has native support and optimization for this JDK custom serialization.

But to keep compatibility with JDK API behaviour, the performance isn't the best if we know the data structure and what those methods are doing ahead.

We should add specialized serializers for those languages:

  • Scala
  • Kotlin
  • Groovy
  • Clojure

And the implementation shouldn't introduce dependencies of those language API/Runtime into fury.

Describe the solution you'd like

@chaokunyang chaokunyang added enhancement New feature or request java labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java
Projects
None yet
Development

No branches or pull requests

1 participant