Ugorji Nwoke
|
f819262d36
codec: faster bitset and skip whitespace
|
6 years ago |
Ugorji Nwoke
|
9e27c93f59
codec: test: update time Ext implementation
|
6 years ago |
Ugorji Nwoke
|
72028106ff
codec: mapRange takes a mapIter so it is stack-allocated
|
6 years ago |
Ugorji Nwoke
|
a2ee74cda4
codec: refactoring to eliminate more bounds-checking
|
6 years ago |
Ugorji Nwoke
|
20da2f131b
codec: unsafe mapRange iterator optimized
|
6 years ago |
Ugorji Nwoke
|
1deb530697
codec: only maintain pools for long-lived objects shared across goroutines
|
6 years ago |
Ugorji Nwoke
|
d51d2e5fca
codec: fix and add tests for PreferArrayOverSlice
|
6 years ago |
Ugorji Nwoke
|
258d29cb75
codec: refactor json appendStringAsBytes and use pools for all []byte alloc
|
6 years ago |
Ugorji Nwoke
|
7865e43e77
codec: reflect.ValueOf is now rv4i (to allow future optimization)
|
6 years ago |
Ugorji Nwoke
|
ae051ebe2b
codec: optimize reflect mode
|
6 years ago |
Ugorji Nwoke
|
82c888b413
codec: support test execution in go 1.4
|
6 years ago |
Ugorji Nwoke
|
2b90750527
codec: test: streamline and add for struct keytype, RawToString, StringToRaw, MapValueReset, ...
|
6 years ago |
Ugorji Nwoke
|
c1211ebcc5
codec: fix canonical encoding with time.Time keys
|
6 years ago |
Ugorji Nwoke
|
ffda9d4fba
codec: streamline nil decoding: nil means zero value consistently
|
6 years ago |
Ugorji Nwoke
|
f06fded8c4
codec: test: add test for checking if TestStruc encoded == decoded
|
6 years ago |
Ugorji Nwoke
|
19cb75f56d
codec: added mapSet and mapDelete helpers (safe/unsafe variants)
|
6 years ago |
Ugorji Nwoke
|
0cf90f7e87
codec: add (unsafe) alloc-free support for map iteration 1.12+
|
6 years ago |
Ugorji Nwoke
|
09134a0411
Merge branch 'master' of https://github.com/ugorji/go
|
6 years ago |
Jernej Kos
|
f0f82f0300
codec: Tests and fix for #301 (#302)
|
6 years ago |
Ugorji Nwoke
|
dfc37c8976
codec: test: expand to include maps with struct keys
|
6 years ago |
Ugorji Nwoke
|
cf85d7fda7
codec: test and bench: general clean up
|
6 years ago |
Ugorji Nwoke
|
8b3661cea8
codec: redesign how codecFnInfo is loaded from, and support SelfExt
|
6 years ago |
Ugorji Nwoke
|
e05b287349
codec: handle []byte encoded as array (as opposed to native mode per format)
|
6 years ago |
Ugorji Nwoke
|
449ecf999a
codec: support for extension types which fully delegate encoding/decoding to library
|
6 years ago |
Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
6 years ago |
Ugorji Nwoke
|
08f7b401ae
codec: fix TermWhitespace handling
|
6 years ago |
Ugorji Nwoke
|
39c532fb3a
codec: refactoring, fix support for successive encoding and atEndOfEncode
|
6 years ago |
Ugorji Nwoke
|
1d7ab5c50b
documentation and README updates and some code reorganization
|
6 years ago |
Ugorji Nwoke
|
a70535d849
codec: generalize DecodeOptions:RawToString flag (for all encodings)
|
6 years ago |
Ugorji Nwoke
|
c4a1c341dc
codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover"
|
6 years ago |