Ugorji Nwoke
|
1b9f5b912c
Update go.mod
|
5 years ago |
Ugorji Nwoke
|
03428aeb03
go/codec/go.mod
|
5 years ago |
Ugorji Nwoke
|
3f8d8502cb
codec: json: support more precise and performant floating point operations
|
5 years ago |
Ugorji Nwoke
|
11814adc72
codec: clean up codecgen helper
|
5 years ago |
Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
5 years ago |
Ugorji Nwoke
|
9d568df03b
codecgen: clean up and optimize generated code
|
5 years ago |
Ugorji Nwoke
|
b4462fc2f4
codec: bench: add benchmark very quick suites, and add more benchmark options
|
5 years ago |
Ugorji Nwoke
|
eb5e2717b6
codec: fast-path: optimize: remove unnecessary local variables
|
5 years ago |
Ugorji Nwoke
|
30de34f175
codec: build.sh: make zverbose an array variable
|
5 years ago |
Ugorji Nwoke
|
0ecb224b1b
codec: bench: added github.com/mongodb/mongo-go-driver/bson to benchmarks
|
5 years ago |
Ugorji Nwoke
|
2c621f5e94
codec: remove golang version from go.mod
|
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
|
84324d5fb4
codec: skip subsequent structFieldInfo with same encName and same depth
|
5 years ago |
Ugorji Nwoke
|
070826dc1c
codec: remove "internal" deprecated methods of encDriver and decDriver
|
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
|
b976395925
codecgen: use fully qualified name even for embedded fields
|
5 years ago |
Ugorji Nwoke
|
b43ddd09e2
codecgen: (false || false) fails vet check (redundant or)
|
5 years ago |
Ugorji Nwoke
|
967be11608
codec: false-sharing and cache-line optimizations
|
5 years ago |
Ugorji Nwoke
|
92a3d5189e
codec: add writeqstr implementation to efficiently write a quoted string in json
|
5 years ago |
Ugorji Nwoke
|
65dd1ed12c
codec: updated caveat on binary sizes
|
5 years ago |
Ugorji Nwoke
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
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
|
db87c1e249
codec: document binary size caveats
|
5 years ago |
Ugorji Nwoke
|
3797a84a37
codec/bench: make bench/values_test.go a symlink
|
5 years ago |
Ugorji Nwoke
|
1d7ab5c50b
documentation and README updates and some code reorganization
|
5 years ago |
Ugorji Nwoke
|
1d65431a57
README's updated to NOT show lists as preformatted block (take 2)
|
5 years ago |
Ugorji Nwoke
|
d49a7169b4
README's updated to NOT show lists as preformatted block
|
5 years ago |