Ugorji Nwoke 9d568df03b codecgen: clean up and optimize generated code 6 years ago
..
bench b4462fc2f4 codec: bench: add benchmark very quick suites, and add more benchmark options 6 years ago
codecgen fd33a05832 codec/codecgen: added copyright info 6 years ago
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. 6 years ago
binc.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
build.sh 30de34f175 codec: build.sh: make zverbose an array variable 6 years ago
cbor.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
cbor_test.go be38b7006b codec: make tests more robust 7 years ago
codec_test.go 08f7b401ae codec: fix TermWhitespace handling 6 years ago
codecgen.go aa28833c9f codec: fix package name to codec 7 years ago
decode.go eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 6 years ago
doc.go 65dd1ed12c codec: updated caveat on binary sizes 6 years ago
encode.go eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 6 years ago
fast-path.generated.go eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 6 years ago
fast-path.go.tmpl eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 6 years ago
fast-path.not.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 years ago
gen-dec-array.go.tmpl e531a5003d codec: refactor to afford bounds check elimination 7 years ago
gen-dec-map.go.tmpl c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 8 years ago
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding 7 years ago
gen-helper.generated.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
gen-helper.go.tmpl 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies 6 years ago
gen.generated.go e531a5003d codec: refactor to afford bounds check elimination 7 years ago
gen.go 9d568df03b codecgen: clean up and optimize generated code 6 years ago
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
helper.go 84324d5fb4 codec: skip subsequent structFieldInfo with same encName and same depth 6 years ago
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info 8 years ago
helper_not_unsafe.go 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies 6 years ago
helper_test.go 08f7b401ae codec: fix TermWhitespace handling 6 years ago
helper_unsafe.go 967be11608 codec: false-sharing and cache-line optimizations 6 years ago
json.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 years ago
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 years ago
mammoth2_codecgen_generated_test.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
mammoth2_generated_test.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
mammoth_generated_test.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
msgpack.go 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 6 years ago
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 years ago
shared_test.go 420fad79aa codec: mirror benchmarks into bench sub-directory 6 years ago
simple.go eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 6 years ago
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 years ago
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost 8 years ago
values_codecgen_generated_test.go c14a182bc7 codec: test: move some types from values_test.go into values_flex_test.go 6 years ago
values_flex_test.go c14a182bc7 codec: test: move some types from values_test.go into values_flex_test.go 6 years ago
values_test.go c14a182bc7 codec: test: move some types from values_test.go into values_flex_test.go 6 years ago
xml.go 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance 8 years ago
z_all_test.go c4a1c341dc codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover" 6 years ago