Masaaki Goshima
|
f8fd59516b
|
Fix decoding of deep recursive structure
|
2021-02-18 19:05:06 +09:00 |
Masaaki Goshima
|
5351464001
|
Fix decoding of null value
|
2021-02-17 01:51:42 +09:00 |
Masaaki Goshima
|
b3e93b7040
|
Enable Boundary Check Elimination by pointer arithmetic
|
2021-02-06 01:09:24 +09:00 |
Masaaki Goshima
|
2a0d4603ea
|
Fix error output by golangci-lint
|
2021-02-01 22:32:45 +09:00 |
Masaaki Goshima
|
080bd5e4eb
|
Fix UnmarshalTypeError
|
2020-12-24 17:47:53 +09:00 |
Masaaki Goshima
|
d7b9036e88
|
Fix overflow handling for int/uint decoder
|
2020-12-21 15:48:57 +09:00 |
Masaaki Goshima
|
d88eb0986e
|
Fix UnmarshalTypeError for int decoder
|
2020-12-15 12:29:19 +09:00 |
Masaaki Goshima
|
4332d1353e
|
Fix stream decoding
|
2020-12-05 22:27:33 +09:00 |
Masaaki Goshima
|
5c82b00ee7
|
Add structName and fieldName argument to each constructor of decoder for UnmarshalTypeError
|
2020-11-23 17:16:31 +09:00 |
Masaaki Goshima
|
fd7a72c0b8
|
Pass unsafe.Pointer instead of uintptr
|
2020-11-19 12:47:42 +09:00 |
Masaaki Goshima
|
27f6c70ab3
|
Fix DisallowUnknownFields
|
2020-08-14 17:59:49 +09:00 |
Masaaki Goshima
|
e112aa753e
|
Support DisallowUnknownFields
|
2020-08-11 19:05:20 +09:00 |
Masaaki Goshima
|
53792a1f58
|
Fix stream decoder bug
|
2020-07-31 18:07:11 +09:00 |
Masaaki Goshima
|
80acd42b80
|
Optimize streaming decoder
|
2020-07-31 17:10:03 +09:00 |
Masaaki Goshima
|
961b6a202e
|
Add benchmark for stream decoding
|
2020-07-31 12:22:00 +09:00 |
Masaaki Goshima
|
20b67ad48d
|
Support Decoder.Token
|
2020-07-30 22:41:53 +09:00 |
Masaaki Goshima
|
b4b79620aa
|
Add stream decoder
|
2020-05-24 21:31:10 +09:00 |
Masaaki Goshima
|
4acc22e0fe
|
Support SyntaxError
|
2020-05-23 12:51:09 +09:00 |
Masaaki Goshima
|
304c9ab4e2
|
Fix decoder for int and string type
|
2020-05-07 14:21:29 +09:00 |
Masaaki Goshima
|
f198ef6517
|
Remove context for decoding
|
2020-05-07 02:37:29 +09:00 |
Masaaki Goshima
|
a523e61c20
|
Improve performance at decoding
|
2020-04-24 14:07:33 +09:00 |
Masaaki Goshima
|
508e4e4dcc
|
Refactor decoder
|
2020-04-24 01:39:20 +09:00 |