Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
5 years ago |
Ugorji Nwoke
|
c14a182bc7
codec: test: move some types from values_test.go into values_flex_test.go
|
5 years ago |
Ugorji Nwoke
|
60eb47a864
codec: test: skip subsequent structFieldInfo with same encName and same depth
|
5 years ago |
Ugorji Nwoke
|
8202dfddc2
codecgen: fix test for embedded types with similarly named fields
|
5 years ago |
Ugorji Nwoke
|
a81c9e1360
codecgen: add tests for embedded fields with similar names and "redundant or" vet
|
5 years ago |
Ugorji Nwoke
|
e105254e6a
codec: use single line comments to comment out +build in various files
|
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
|
e5e69e061d
codec: move missingfielder types from values_test to values_flex_test.go
|
6 years ago |
Ugorji Nwoke
|
99ea80c8b1
codec: change signature to MissingFielder interface
|
6 years ago |
Ugorji Nwoke
|
449f40126c
codec: add tests for MissingFielder (missing fields)
|
6 years ago |
Ugorji Nwoke
|
c93fc2cdd1
codec: refactor struct field loading and data structures, for performance and memory friendliness
|
6 years ago |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
7 years ago |
Ugorji Nwoke
|
84cb69a8af
codec: multiple clean-ups especially on optimizing extension support and removing TODOs
|
7 years ago |
Ugorji Nwoke
|
a437b1adc2
codec: test: move AnonInTestStrucIntf from values_test.go into values_flex_test.go
|
7 years ago |
Ugorji Nwoke
|
dade91789f
codec: test: move features broken in other libs out of values_test.go into values_flex_test.go
|
7 years ago |
Ugorji Nwoke
|
50329c0f55
codec: test: make values_test.go more fair for benchmarking purposes vs other libs
|
7 years ago |
Ugorji Nwoke
|
c3bb359e9a
codec: test: remove reference to wrapBytes in values_test.go (should only be in values_flex_test.go)
|
7 years ago |
Ugorji Nwoke
|
06aece491b
codec: test: move unique codec-only features into values_flex_test.go
|
7 years ago |
Ugorji Nwoke
|
b6896933d9
codec: test: move types and fields into values_test.go
|
7 years ago |
Ugorji Nwoke
|
5ef60f8ad9
codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests
|
7 years ago |
Ugorji Nwoke
|
b039683517
codec: clean up recognizedRtid support, add more tests and update testing TODO
|
7 years ago |
Ugorji Nwoke
|
a9859e3096
codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte
|
7 years ago |
Ugorji Nwoke
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
7 years ago |
Ugorji Nwoke
|
f26fc641ec
codec: add buffered reading/writing support and overall cleanup and fixes
|
7 years ago |
Ugorji Nwoke
|
f76f59a92f
codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible)
|
7 years ago |
Ugorji Nwoke
|
50530d8d14
codec: Multiple fixes, enhancements and test expansion across the board.
|
7 years ago |
Ugorji Nwoke
|
54210f4e07
codec: major update with MAJOR PERFORMANCE improvements
|
7 years ago |
Ugorji Nwoke
|
d463ef4092
codec: comment // +build comment using /* */, to prevent vet flagging as error
|
7 years ago |
Ugorji Nwoke
|
5f1004d393
codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license.
|
9 years ago |
Ugorji Nwoke
|
e2d5eb8190
codecgen: fix bugs with codecgen for arrays
|
9 years ago |