Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
vor 5 Jahren |
Ugorji Nwoke
|
070826dc1c
codec: remove "internal" deprecated methods of encDriver and decDriver
|
vor 5 Jahren |
Ugorji Nwoke
|
967be11608
codec: false-sharing and cache-line optimizations
|
vor 5 Jahren |
Ugorji Nwoke
|
a70535d849
codec: generalize DecodeOptions:RawToString flag (for all encodings)
|
vor 5 Jahren |
Ugorji Nwoke
|
23876e7a59
codec: do not pool decNaked anymore - make it smaller and part of Decoder
|
vor 6 Jahren |
Ugorji Nwoke
|
6c173b2436
codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining
|
vor 6 Jahren |
Ugorji Nwoke
|
e531a5003d
codec: refactor to afford bounds check elimination
|
vor 6 Jahren |
Ugorji Nwoke
|
16061014c5
codec: document concurrency guarantees and fix analyze script warnings
|
vor 6 Jahren |
Ugorji Nwoke
|
92b7607989
codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns
|
vor 6 Jahren |
Ugorji Nwoke
|
0a18df59e4
codec: use decReader and encWriter interfaces (not the struct decReaderSwitch/encWriterSwitch)
|
vor 6 Jahren |
Ugorji Nwoke
|
1322318ca6
codec: set up codebase so as to take advantage of mid-stack inlining support
|
vor 6 Jahren |
Ugorji Nwoke
|
0e8ffdb13c
codec: remove unnecessary if false check
|
vor 6 Jahren |
Ugorji Nwoke
|
9af07b2035
codec: streamline chan encoding/decoding
|
vor 6 Jahren |
Ugorji Nwoke
|
aada210893
codec: improved error messages for all formats during decode
|
vor 6 Jahren |
Ugorji Nwoke
|
f2ec36a678
codec: Optimized struct field index lookup during decode, and loading typeInfos
|
vor 6 Jahren |
Ugorji Nwoke
|
7bdfbc6818
codec: clean up codebase to try to keep lines within 90 bytes.
|
vor 7 Jahren |
Ugorji Nwoke
|
adc90d0202
codec: re-factor structs so critical ones try to fill up cache lines
|
vor 7 Jahren |
Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
vor 7 Jahren |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
vor 7 Jahren |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
vor 7 Jahren |
Ugorji Nwoke
|
4d084a8659
codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers
|
vor 7 Jahren |
Ugorji Nwoke
|
679a71d0bd
codec: treat time.Time{} as the zero value for time.Time.
|
vor 7 Jahren |
Ugorji Nwoke
|
248efabedf
codec: cbor: no need to Round time twice - once is sufficient.
|
vor 7 Jahren |
Ugorji Nwoke
|
bb71fe2c0a
codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's
|
vor 7 Jahren |
Ugorji Nwoke
|
debb8e2d2e
codec: support time.Time natively in all formats, and remove Builtin mode.
|
vor 7 Jahren |
Ugorji Nwoke
|
5a66da2e74
codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign
|
vor 7 Jahren |
Ugorji Nwoke
|
06e1e9d77f
codec: clean up some documentation comments
|
vor 7 Jahren |
Ugorji Nwoke
|
a9859e3096
codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte
|
vor 7 Jahren |
Ugorji Nwoke
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
vor 7 Jahren |
Ugorji Nwoke
|
50530d8d14
codec: Multiple fixes, enhancements and test expansion across the board.
|
vor 7 Jahren |