msgpack / msgpack-python

MessagePack serializer implementation for Python msgpack.org[Python]
https://msgpack.org/
Other
1.93k stars 230 forks source link

work interacttive NOT dump load #621

Closed MirS0bhan closed 2 months ago

MirS0bhan commented 2 months ago

hey guys can you implement a method to work with msgpack interactively ? due to the avoid of (de)serialization overhead in programs can we change the context directly instead of load and dump it again ? i believe you can do it, there is just some simple basic types to be implemented and their composition with each other. tuples dicts and lists.

methane commented 2 months ago

i can not.