mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Optimize to parsing data that has a number of same short raw field.
This commit is contained in:
parent
2475187c7d
commit
0d14239c21
3 changed files with 158 additions and 111 deletions
|
|
@ -2,7 +2,7 @@ from distutils.core import setup, Extension
|
|||
|
||||
version = '0.0.1'
|
||||
|
||||
msgpack_mod = Extension('msgpack', sources=['msgpack.c'], extra_compile_args=["-O3"])
|
||||
msgpack_mod = Extension('msgpack', sources=['msgpack.cpp'])
|
||||
|
||||
desc = 'MessagePack serializer/desirializer.'
|
||||
long_desc = desc + """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue