8000 add a note in the README · zhurs/msgpack-python@6386481 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6386481

Browse files
committed
add a note in the README
1 parent c9b97f0 commit 6386481

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ It is also possible to pack/unpack custom data types. Here is an example for
140140
``object_pairs_hook`` callback may instead be used to receive a list of
141141
key-value pairs.
142142

143+
Extended types
144+
^^^^^^^^^^^^^^^
145+
146+
It is also possible to pack/unpack custom data types using the msgpack feature
147+
of "extended types". For example, msgpack-pypy uses it to provide very fast serialization of int/float lists on top of PyPy (experimental for now):
148+
149+
https://bitbucket.org/antocuni/msgpack-pypy/src/default/msgpack_pypy.py
150+
143151

144152
Advanced unpacking control
145153
^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)
0