mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
A dict is overkill (code, cpu, memory) in most cases, and proplist<->dict conversion can easily be done by the libray user if desired.
This is in line with other erlang libraries I've seen for various encoding schemes.
The map encoder had a bug until I looked at it (see previous commit), so I guess it wasn't used much yet and a change is ok at this stage.
The chosen representation for maps is a tuple containing the proplist as the only element.
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| msgpack.erl | ||
| OMakefile | ||
| OMakeroot | ||
| README.md | ||
| testcase_generator.rb | ||
MessagePack for Erlang
Binary-based efficient object serialization library.
Status
still in development.
TODOs:
- decide string specification.