Skip to content

Use more efficient (in JDK 17) String construction wrt "Compact Strings" (for CBOR) #624

@cowtowncoder

Description

@cowtowncoder

A major reason Jackson codecs are faster on JDK 8 than 17 or above is the switch by JDK to use byte[] for Strings.
For Jackson this is very bad thing because it already decodes Strings into char[].
With Jackson 3.0 baseline now is JDK 17 so maybe there are ways to figure out how to undo some damage, esp. for ASCII decoding loops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions