mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
Optimize to parsing data that has a number of same short raw field.
This commit is contained in:
parent
8ca2c441c9
commit
dee7b20924
3 changed files with 158 additions and 111 deletions
2
setup.py
2
setup.py
|
|
@ -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