mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Reduce memory footprint.
This commit is contained in:
parent
3fd28d0792
commit
f61b282886
2 changed files with 7 additions and 6 deletions
|
|
@ -43,10 +43,13 @@
|
|||
|
||||
msgpack_unpack_struct_decl(_stack) {
|
||||
msgpack_unpack_object obj;
|
||||
size_t curr;
|
||||
size_t count;
|
||||
unsigned int ct;
|
||||
msgpack_unpack_object map_key;
|
||||
|
||||
union {
|
||||
size_t curr;
|
||||
msgpack_unpack_object map_key;
|
||||
};
|
||||
};
|
||||
|
||||
msgpack_unpack_struct_decl(_context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue