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?
I was able to get basic funtionality integrated into a project but got hung up on not having an easy way to decode streamed
msgpackdata into objects incrementally.msgpack-pythonoffers the streamingUnpackerapi 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
cythonor would you insist on C?