Ugorji Nwoke
|
372321e378
codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes()
|
5 years ago |
Ugorji Nwoke
|
a540df977d
codec: add atEndOfDecode() method to decDriver
|
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 |
Ugorji Nwoke
|
0a3d04cd38
codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat
|
5 years ago |
Ugorji Nwoke
|
3f8d8502cb
codec: json: support more precise and performant floating point operations
|
5 years ago |
Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
5 years ago |
Ugorji Nwoke
|
070826dc1c
codec: remove "internal" deprecated methods of encDriver and decDriver
|
5 years ago |
Ugorji Nwoke
|
967be11608
codec: false-sharing and cache-line optimizations
|
5 years ago |
Ugorji Nwoke
|
08f7b401ae
codec: fix TermWhitespace handling
|
5 years ago |
Ugorji Nwoke
|
39c532fb3a
codec: refactoring, fix support for successive encoding and atEndOfEncode
|
5 years ago |
Ugorji Nwoke
|
23876e7a59
codec: do not pool decNaked anymore - make it smaller and part of Decoder
|
6 years ago |
Ugorji Nwoke
|
abe66f8e0f
codec: json: minor changes to support bounds check elimination
|
6 years ago |
Ugorji Nwoke
|
e531a5003d
codec: refactor to afford bounds check elimination
|
6 years ago |
Ugorji Nwoke
|
16061014c5
codec: document concurrency guarantees and fix analyze script warnings
|
6 years ago |
Ugorji Nwoke
|
92b7607989
codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns
|
6 years ago |
Ugorji Nwoke
|
10d0049acb
codec: limit size of bytes read to MaxInitLen (specifically for extensions)
|
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
|
2e1067cd04
codec: decode an empty string into a number as zero
|
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
|
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
|
a0301ebb62
codec: json: allow decoding integers from float formatted numbers e.g. 1.2e+44
|
7 years ago |
Ugorji Nwoke
|
adc90d0202
codec: re-factor structs so critical ones try to fill up cache lines
|
7 years ago |
Ugorji Nwoke
|
2d49ec7f88
codec: json: fix build for go 1.7 - do not goto past new const/variables
|
7 years ago |
Ugorji Nwoke
|
4f11bac158
codec: json: implement jsonParseInteger and streamline how numbers are parsed
|
7 years ago |