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
- An invalid constant was used when determining
the `TypeToken` for an empty array/object
- Replace the `Deque<Integer>` usage in `BytesReader`
with a bare-bones stack implementation (`IntStack`)
to reduce boxing/unboxing overhead
- Extract common binary protocol constants in `Protocol`
0 commit comments