msgpack-python/msgpack
Inada Naoki 72e65feb0e
packer: add buf_size option (#604)
And change the default buffer size to 256KiB.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
Co-authored-by: Rodrigo Tobar <rtobar@icrar.org>
2024-05-06 00:49:12 +09:00
..
__init__.py Release v1.0.8 (#583) 2024-03-01 20:35:28 +09:00
_cmsgpack.pyx Support datetime. (#394) 2019-12-11 23:48:16 +09:00
_packer.pyx packer: add buf_size option (#604) 2024-05-06 00:49:12 +09:00
_unpacker.pyx packer: add buf_size option (#604) 2024-05-06 00:49:12 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
ext.py Avoid using floating points during timestamp-datetime conversions (#591) 2024-04-20 07:46:30 +09:00
fallback.py packer: add buf_size option (#604) 2024-05-06 00:49:12 +09:00
pack.h Remove unused code (#603) 2024-05-06 00:13:59 +09:00
pack_template.h Remove unused code (#603) 2024-05-06 00:13:59 +09:00
sysdep.h Fix build error caused by ntohs, ntohl (#514) 2022-08-08 15:08:40 +09:00
unpack.h Improve exception message relating to strict_map_key (#485) 2021-11-16 14:47:40 +09:00
unpack_container_header.h Stop using c++ (#600) 2024-05-04 16:01:48 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h Stop using c++ (#600) 2024-05-04 16:01:48 +09:00