-
- Downloads
Squash consecutive packs and unpacks, make them zero-copy.
To minimize function call number we should do one call to struct.unpack with long format string instead of series of calls with one-field format strings. This change also provides helper method to make all such unpacks with no extra data copying.
Loading
Please register or sign in to comment