Skip to content

Commit af94f1d

Browse files
author
Georgi Neykov
committed
fix(protocol): Fix a bug in BytesReader.peek()
- 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`
1 parent 843b065 commit af94f1d

File tree

3 files changed

+218
-106
lines changed

3 files changed

+218
-106
lines changed

0 commit comments

Comments
 (0)