Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
..
bench 0d00120898 codec: bench: replace flags with TestInitBench and support testing.TB(.Helper) 6 yıl önce
codecgen c44ddad323 codecgen: deleteTempFiles iff codecgen was successful. 6 yıl önce
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. 6 yıl önce
binc.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
build.sh cf85d7fda7 codec: test and bench: general clean up 6 yıl önce
cbor.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
cbor_test.go 9755d889f6 codec: remove comments and empty lines (nit) 6 yıl önce
codec_test.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
codecgen.go aa28833c9f codec: fix package name to codec 7 yıl önce
decode.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
doc.go 79f15012c5 codec: update doc to show that Selfer is checked after extensions 6 yıl önce
encode.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
fast-path.generated.go d0398cecca codec: re-generated some files 6 yıl önce
fast-path.go.tmpl 79e5e7c841 codec: streamline and optimize fast-path functions 6 yıl önce
fast-path.not.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 yıl önce
float.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
gen-dec-array.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 yıl önce
gen-dec-map.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 yıl önce
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding 7 yıl önce
gen-helper.generated.go 15165ac152 codec: updated GenVersion to 13: removed DecodeString() - use DecodeStringAsBytes 6 yıl önce
gen-helper.go.tmpl 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 yıl önce
gen.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 yıl önce
gen.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_maprange_gte_go112.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
goversion_maprange_lt_go112.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
goversion_maprange_unsafe_gte_go112.go 0d00120898 codec: bench: replace flags with TestInitBench and support testing.TB(.Helper) 6 yıl önce
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
helper.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info 8 yıl önce
helper_not_unsafe.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() 6 yıl önce
helper_test.go 08f7b401ae codec: fix TermWhitespace handling 6 yıl önce
helper_unsafe.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
json.go 049a04b07e codec: json: use pre-computed slices for true, false and null 6 yıl önce
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 yıl önce
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 yıl önce
mammoth2_codecgen_generated_test.go d0398cecca codec: re-generated some files 6 yıl önce
mammoth2_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 yıl önce
mammoth_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 yıl önce
msgpack.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 yıl önce
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 8 yıl önce
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 yıl önce
shared_test.go 0d00120898 codec: bench: replace flags with TestInitBench and support testing.TB(.Helper) 6 yıl önce
simple.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 yıl önce
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 yıl önce
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 yıl önce
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost 8 yıl önce
values_codecgen_generated_test.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
values_flex_test.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
values_test.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce
xml.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 yıl önce
z_all_test.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 6 yıl önce