Masaaki Goshima
|
6c3382dc4e
|
Support multiple pointer
|
2020-12-23 13:13:34 +09:00 |
Masaaki Goshima
|
7e55f41a59
|
Fix encoding of nil value for opMarshalText
|
2020-12-23 01:42:49 +09:00 |
Masaaki Goshima
|
24aa07e47f
|
Merge branch 'master' of github.com:goccy/go-json into feature/fix-decoder
|
2020-12-23 01:37:54 +09:00 |
Masaaki Goshima
|
1dee747400
|
Assign nil at null value
|
2020-12-23 01:29:13 +09:00 |
Masaaki Goshima
|
b4a3ab8203
|
Fix rule of lower key
|
2020-12-23 01:28:56 +09:00 |
Masaaki Goshima
|
6506007b6c
|
Fix decoding of embeded struct
|
2020-12-22 21:55:59 +09:00 |
Masaaki Goshima
|
d7b9036e88
|
Fix overflow handling for int/uint decoder
|
2020-12-21 15:48:57 +09:00 |
Masaaki Goshima
|
376ae457f3
|
Update README.md
|
2020-12-21 01:14:21 +09:00 |
Masaaki Goshima
|
e6dce23cb8
|
Merge pull request #70 from goccy/feature/refactor-buffering
Significantly improve encoding performance
|
2020-12-21 00:39:59 +09:00 |
Masaaki Goshima
|
16309e2635
|
Refactor int encoding
|
2020-12-20 22:59:23 +09:00 |
Masaaki Goshima
|
9e97505584
|
Remove sync.Pool for encodeRuntimeContext
|
2020-12-20 20:09:41 +09:00 |
Masaaki Goshima
|
7083274627
|
Fix initialize seenPtr
|
2020-12-20 19:08:20 +09:00 |
Masaaki Goshima
|
d85327b458
|
Replace int/uint encoding implementation
|
2020-12-20 04:02:03 +09:00 |
Masaaki Goshima
|
fdce754b17
|
Expand source for string encoding
|
2020-12-20 04:02:03 +09:00 |
Masaaki Goshima
|
01b439e41e
|
Refactor buffering of encoder for improvement performance
|
2020-12-20 04:02:03 +09:00 |
Masaaki Goshima
|
920c79e0b7
|
Merge pull request #69 from goccy/feature/add-benchmark
Add github.com/segmentio/encoding/json to benchmark
|
2020-12-20 04:01:21 +09:00 |
Masaaki Goshima
|
7028c33e67
|
Add github.com/segmentio/encoding/json to benchmark
|
2020-12-20 03:57:24 +09:00 |
Masaaki Goshima
|
0e0bf702c1
|
Merge pull request #68 from goccy/feature/add-benchmark
Optimize access to opcodeMap
|
2020-12-15 14:55:13 +09:00 |
Masaaki Goshima
|
6eb02f7ac0
|
Optimize access to opcodeMap
|
2020-12-15 14:46:10 +09:00 |
Masaaki Goshima
|
d88eb0986e
|
Fix UnmarshalTypeError for int decoder
|
2020-12-15 12:29:19 +09:00 |
Masaaki Goshima
|
85577616f8
|
Support int and uint types as map key type
|
2020-12-12 18:09:46 +09:00 |
Masaaki Goshima
|
2e411ac3f6
|
Merge pull request #67 from zchee/const-uintptrSize
Change uintptrSize to constant
|
2020-12-09 19:57:29 +09:00 |
Koichi Shiraishi
|
cdac126d80
|
Change uintptrSize to constant
|
2020-12-09 19:20:51 +09:00 |
Masaaki Goshima
|
699ab766f5
|
Fix read timing and test case
|
2020-12-07 11:40:03 +09:00 |
Masaaki Goshima
|
59f5713178
|
Fix double pointer
|
2020-12-07 10:49:00 +09:00 |
Masaaki Goshima
|
ee52d7f0ae
|
Fix double pointer
|
2020-12-07 10:44:24 +09:00 |
Masaaki Goshima
|
5a8383f0d2
|
Fix ptrIndex
|
2020-12-06 19:59:39 +09:00 |
Masaaki Goshima
|
4332d1353e
|
Fix stream decoding
|
2020-12-05 22:27:33 +09:00 |
Masaaki Goshima
|
7f97aca5e6
|
Fix skipValue
|
2020-11-27 17:41:47 +09:00 |
Masaaki Goshima
|
7421d82c43
|
Fix syntax error
|
2020-11-27 17:11:53 +09:00 |
Masaaki Goshima
|
47b7f4a5a2
|
Fix decoding for UnmarshalJSON / UnmarshalText
|
2020-11-24 20:15:11 +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
|
73ba04190f
|
Merge pull request #62 from zchee/fix-decode-checkptr
Fix checkptr validation error on decode
|
2020-11-23 14:51:05 +09:00 |
Koichi Shiraishi
|
2b4097577d
|
Pass expression to unsafe.Pointer directly
|
2020-11-23 14:13:45 +09:00 |
Koichi Shiraishi
|
e4214835d8
|
Fix checkptr validation error on decode
|
2020-11-23 06:47:57 +09:00 |
Masaaki Goshima
|
07dda3c387
|
Fix unicode handling
|
2020-11-23 00:10:42 +09:00 |
Masaaki Goshima
|
f8eb061538
|
Fix decoder
|
2020-11-22 02:47:18 +09:00 |
Masaaki Goshima
|
eee16e83f5
|
Merge pull request #61 from goccy/feature/escape-pointer-for-decoder
Fix race data for decoder
|
2020-11-19 16:24:44 +09:00 |
Masaaki Goshima
|
ce1f865330
|
Remove dummy field for keeping reference of pointer
|
2020-11-19 12:54:43 +09:00 |
Masaaki Goshima
|
fd7a72c0b8
|
Pass unsafe.Pointer instead of uintptr
|
2020-11-19 12:47:42 +09:00 |
Masaaki Goshima
|
5ab988208f
|
Merge pull request #60 from goccy/feature/fix-unexpected-free-pointer
Fix a bugs where pointers are unexpectedly freed
|
2020-11-19 03:36:56 +09:00 |
Masaaki Goshima
|
18e2d87772
|
Fix env settings
|
2020-11-19 02:26:56 +09:00 |
Masaaki Goshima
|
e319a33e70
|
Omit test with race detector
|
2020-11-19 02:21:04 +09:00 |
Masaaki Goshima
|
df0b68da4d
|
Fix test option
|
2020-11-19 02:16:05 +09:00 |
Masaaki Goshima
|
5701138d7d
|
Update CI settings
|
2020-11-19 02:12:48 +09:00 |
Masaaki Goshima
|
35395bba60
|
Keep unsafe.Pointer reference for handling of opInterface
|
2020-11-18 17:05:27 +09:00 |
Masaaki Goshima
|
6a11c84d0c
|
Fix test case
|
2020-11-18 16:47:50 +09:00 |
Masaaki Goshima
|
71f8fc352b
|
Merge pull request #59 from goccy/feature/refactor-ptr
Refactor cast manipulation from uintptr
|
2020-11-17 15:19:21 +09:00 |
Masaaki Goshima
|
9802f67a9b
|
Refactor unsupported value error for float64
|
2020-11-17 15:14:07 +09:00 |
Masaaki Goshima
|
ea96cc7811
|
Refactor cast manipulation from uintptr
|
2020-11-17 15:09:06 +09:00 |