Ugorji Nwoke
|
10d0049acb
codec: limit size of bytes read to MaxInitLen (specifically for extensions)
|
6 years ago |
Ugorji Nwoke
|
9d693b80ac
codec: Limit initial capacity of new maps to the MaxInitLen
|
6 years ago |
Ugorji Nwoke
|
394377d16c
codec: clean up some comments in decode.go
|
6 years ago |
Ugorji Nwoke
|
587a7e6ca2
codec: arrays are decodeable iff they are addressable
|
6 years ago |
Ugorji Nwoke
|
8bdcf85654
codec: clarify doc that decode updates in-place, and how to disable that
|
6 years ago |
Ugorji Nwoke
|
a65ca39637
codec: use types for encode and decode errors, which expose underlying error
|
6 years ago |
Ugorji Nwoke
|
e5646b99d2
codec: support ability to preserve missing fields
|
6 years ago |
Ugorji Nwoke
|
0a18df59e4
codec: use decReader and encWriter interfaces (not the struct decReaderSwitch/encWriterSwitch)
|
6 years ago |
Ugorji Nwoke
|
1322318ca6
codec: set up codebase so as to take advantage of mid-stack inlining support
|
6 years ago |
Ugorji Nwoke
|
f3cacc17c8
codec: expose Number of Bytes Read by the Decoder
|
6 years ago |
Ugorji Nwoke
|
6f05ff1f01
codec: En|Decode should have at most 1 defer call
|
6 years ago |
Ugorji Nwoke
|
9af07b2035
codec: streamline chan encoding/decoding
|
6 years ago |
Ugorji Nwoke
|
97ffc5827b
codec: update that mid-stack linling is expected in go 1.11 development cycle
|
6 years ago |
Ugorji Nwoke
|
aada210893
codec: improved error messages for all formats during decode
|
6 years ago |
Ugorji Nwoke
|
d41456c8f4
codec: refactor codecgen, optimize isEmptyValue and cache more static type info
|
6 years ago |
Ugorji Nwoke
|
f2ec36a678
codec: Optimized struct field index lookup during decode, and loading typeInfos
|
6 years ago |
Ugorji Nwoke
|
c93fc2cdd1
codec: refactor struct field loading and data structures, for performance and memory friendliness
|
6 years ago |
Ugorji Nwoke
|
7bdfbc6818
codec: clean up codebase to try to keep lines within 90 bytes.
|
7 years ago |
Ugorji Nwoke
|
d2b2650062
codec: support mapping non-interface type to an interface
|
7 years ago |
Ugorji Nwoke
|
adc90d0202
codec: re-factor structs so critical ones try to fill up cache lines
|
7 years ago |
Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
7 years ago |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
7 years ago |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
7 years ago |
Ugorji Nwoke
|
4d084a8659
codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers
|
7 years ago |
Ugorji Nwoke
|
7a1de86227
codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10
|
7 years ago |
Ugorji Nwoke
|
14c9063c18
codec: rpc: Enable buffering by default during reads and writes (with turn-off option)
|
7 years ago |
Ugorji Nwoke
|
710e35eef1
codec: re-arrange Encoder and Decoder structs for better cache coherency
|
7 years ago |
Ugorji Nwoke
|
84cb69a8af
codec: multiple clean-ups especially on optimizing extension support and removing TODOs
|
7 years ago |
Ugorji Nwoke
|
b051152d28
codec: decode: if unset, default MapType for json decoding to map[string]interface{}
|
7 years ago |
Ugorji Nwoke
|
679a71d0bd
codec: treat time.Time{} as the zero value for time.Time.
|
7 years ago |