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
When encoding an key-value map, the encoder treats keys that more than 16 as just less than 65536, which may cause problem when serializing objects with large amount of keys, as shown here. I might issue a pull request as soon as I finished the full compatibility tests if you shall not be available for a fix, but plz be kind enough to push a new release on npm after then, ^_^
The text was updated successfully, but these errors were encountered:
This adds support and test for map32 - a map with items of up to
length 2^32-1
A few tests were added to check that the support is working as
expected.
Fixesmcollina#54
When encoding an key-value map, the
encoder
treats keys that more than 16 as just less than 65536, which may cause problem when serializing objects with large amount of keys, as shown here. I might issue a pull request as soon as I finished the full compatibility tests if you shall not be available for a fix, but plz be kind enough to push a new release onnpm
after then, ^_^The text was updated successfully, but these errors were encountered: