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

Changes in constructor invocation and argument management #755

Merged
merged 7 commits into from Jan 7, 2024

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented Jan 7, 2024

In order to support deserialization using value class, it has been unified to call KCallable for instantiation during deserialization(#199, #650).

This degrades deserialization performance in cases where the Creator is the constructor and all arguments have been set.

At the same time, the way arguments are managed has been improved.
This improves deserialization performance for the cases where default arguments are used and where the Creator is a factory function and all arguments are set.

@k163377 k163377 merged commit f761cca into FasterXML:2.17 Jan 7, 2024
12 checks passed
@k163377 k163377 deleted the argument-bucket branch January 7, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant