Ugorji Nwoke
|
42bc974514
codec: support ZeroCopy for allowing decoded output point into input bytes
|
5 years ago |
Ugorji Nwoke
|
a1f01ecf3c
codec: optimize (u)int and float parsing
|
5 years ago |
Ugorji Nwoke
|
6e4c7dfc59
codec: test: add tests for decoding integers with exponent in them
|
5 years ago |
Ugorji Nwoke
|
e81e4324dd
codec: rename decNaked to fauxUnion
|
5 years ago |
Ugorji Nwoke
|
32ba854a0b
codec: uncacheRead only makes sense for json - remove from others
|
5 years ago |
Ugorji Nwoke
|
e1056242c1
codec: json: optimize reading escaped string and inline decRd.(un)readn1, encWr.write(n2|qstr)
|
5 years ago |
Ugorji Nwoke
|
f819262d36
codec: faster bitset and skip whitespace
|
5 years ago |
Ugorji Nwoke
|
9e27c93f59
codec: test: update time Ext implementation
|
5 years ago |
Ugorji Nwoke
|
72028106ff
codec: mapRange takes a mapIter so it is stack-allocated
|
5 years ago |
Ugorji Nwoke
|
a2ee74cda4
codec: refactoring to eliminate more bounds-checking
|
5 years ago |
Ugorji Nwoke
|
20da2f131b
codec: unsafe mapRange iterator optimized
|
5 years ago |
Ugorji Nwoke
|
1deb530697
codec: only maintain pools for long-lived objects shared across goroutines
|
5 years ago |
Ugorji Nwoke
|
d51d2e5fca
codec: fix and add tests for PreferArrayOverSlice
|
5 years ago |
Ugorji Nwoke
|
258d29cb75
codec: refactor json appendStringAsBytes and use pools for all []byte alloc
|
5 years ago |
Ugorji Nwoke
|
7865e43e77
codec: reflect.ValueOf is now rv4i (to allow future optimization)
|
5 years ago |
Ugorji Nwoke
|
ae051ebe2b
codec: optimize reflect mode
|
5 years ago |
Ugorji Nwoke
|
82c888b413
codec: support test execution in go 1.4
|
5 years ago |
Ugorji Nwoke
|
2b90750527
codec: test: streamline and add for struct keytype, RawToString, StringToRaw, MapValueReset, ...
|
5 years ago |
Ugorji Nwoke
|
c1211ebcc5
codec: fix canonical encoding with time.Time keys
|
5 years ago |
Ugorji Nwoke
|
ffda9d4fba
codec: streamline nil decoding: nil means zero value consistently
|
5 years ago |
Ugorji Nwoke
|
f06fded8c4
codec: test: add test for checking if TestStruc encoded == decoded
|
5 years ago |
Ugorji Nwoke
|
19cb75f56d
codec: added mapSet and mapDelete helpers (safe/unsafe variants)
|
5 years ago |
Ugorji Nwoke
|
0cf90f7e87
codec: add (unsafe) alloc-free support for map iteration 1.12+
|
5 years ago |
Ugorji Nwoke
|
09134a0411
Merge branch 'master' of https://github.com/ugorji/go
|
5 years ago |
Jernej Kos
|
f0f82f0300
codec: Tests and fix for #301 (#302)
|
5 years ago |
Ugorji Nwoke
|
dfc37c8976
codec: test: expand to include maps with struct keys
|
5 years ago |
Ugorji Nwoke
|
cf85d7fda7
codec: test and bench: general clean up
|
5 years ago |
Ugorji Nwoke
|
8b3661cea8
codec: redesign how codecFnInfo is loaded from, and support SelfExt
|
5 years ago |
Ugorji Nwoke
|
e05b287349
codec: handle []byte encoded as array (as opposed to native mode per format)
|
5 years ago |
Ugorji Nwoke
|
449ecf999a
codec: support for extension types which fully delegate encoding/decoding to library
|
5 years ago |