Skip to content

Provide implementation of async JSON parser fed by ByteBufferFeederΒ #478

@poutsma

Description

@poutsma

Currently, there is no implementation of com.fasterxml.jackson.core.async.ByteBufferFeeder provided in Jackson Core; there is only an implementation of ByteArrayFeeder. Within Spring Framework, this requires us to covert the (potentially non-heap-allocated) ByteBuffers into byte arrays before feeding them to the parser, resulting in insufficient memory usage.

Please provide an implementation of ByteBufferFeeder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions