Skip to content

Changes in constructor invocation and argument management - #755

Merged
k163377 merged 7 commits into
FasterXML:2.17from
k163377:argument-bucket
Jan 7, 2024
Merged

k163377 merged 7 commits into
FasterXML:2.17from
k163377:argument-bucket

Conversation

@k163377

@k163377 k163377 commented Jan 7, 2024

Copy link
Copy Markdown
Contributor

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
@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.

1 participant