Ugorji Nwoke
|
d2b24cf3d3
codec: Document that the first set of bytes of any value MUST NOT represent nil.
|
6 years ago |
Ugorji Nwoke
|
9831f2c3ac
codec: remove double-indirection and fix race in Copy-On-Write during TypeInfo lookup
|
6 years ago |
Ugorji Nwoke
|
a5098f42c6
codec: rpc: Flush is only and always called within write (never by Close)
|
6 years ago |
Ugorji Nwoke
|
ba2b921ef3
codec: 0doc: update TODO list (removed work done)
|
6 years ago |
Ugorji Nwoke
|
0d023046ac
codec: use exact value for word size, instead of depending on strconv
|
6 years ago |
Ugorji Nwoke
|
ccfe18359b
codecgen: fix decStruct to handle all variations (pointers, fields, slice/array elem)
|
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
|
6f04cecfeb
codec: test: test limits of json string encoding/decoding
|
7 years ago |
Ugorji Nwoke
|
d2b2650062
codec: support mapping non-interface type to an interface
|
7 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 |
Ugorji Nwoke
|
6ec311c2df
codec: 0doc.go: update TODO comments
|
7 years ago |
Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
7 years ago |
Ugorji Nwoke
|
0e0d6e8695
codecgen: export c and m variables so they can be used by generated code
|
7 years ago |
Ugorji Nwoke
|
bcec826260
codecgen: clean up generated code, and statically determine how to en|decode struct fields
|
7 years ago |
Ugorji Nwoke
|
d36cb94d7a
codecgen: fix bug with determining omitempty appropriately
|
7 years ago |
Ugorji Nwoke
|
ae82d72256
codec: support IsZero and reflect.Type.Comparable for efficient comparison of structs to zero value
|
7 years ago |
Ugorji Nwoke
|
8badb251bd
codecgen: support time.Time natively, and handle omitEmpty for structs
|
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
|
f57d894564
codec: updates to README
|
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
|
f0aa215a7d
codec: clean up new Encoder initialization, and add (unused commented out) copyHandle function
|
7 years ago |
Ugorji Nwoke
|
4d620d6eb8
codec: xml: expanded on design notes
|
7 years ago |
Ugorji Nwoke
|
7a1de86227
codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10
|
7 years ago |