Skip to content

Consideration for a streaming Decoder #27

Description

@goodboy

I was able to get basic funtionality integrated into a project but got hung up on not having an easy way to decode streamed msgpack data into objects incrementally.

msgpack-python offers the streaming Unpacker api which is implemented in cython.

I would be great to get something similar in this project for convenient stream processing without having to do manual parsing for object message delimiters.

I would be interested to provide a patch for this support.
Would you accept one as such in cython or would you insist on C?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions