You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. I assumed that the default options work with any input. I was testing several libraries so I assumed this one behaves the same.
Other libraries I tried, like msgpack-lite, don't require special options for particular inputs. I don't think having more than 64,000 keys is that unusual (especially for the kind of data that is serialized to disk).
The error message looks more like a failure then a settings issue. Maybe the error message can suggest to set the option instead?
System info
msgpackr
version:1.11.0
node
version:v22.9.0
Windows 11 x64
Reduced test case
decode(encoded)
fails with error:If reducing loop to 60,000 iterations (object keys), there is no failure on decoding, meaning the issue is likely related to the size of the object.
The text was updated successfully, but these errors were encountered: