Ugorji Nwoke d12be5c22c codec: directly call BasicHandle.fnVia (not fn trampoline method) hace 6 años
..
bench 97f4cf7104 codec: bench.sh: support benchmark without bounds check or with full mid-stack inlining hace 6 años
codecgen c44ddad323 codecgen: deleteTempFiles iff codecgen was successful. hace 6 años
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. hace 6 años
binc.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
build.sh a359a297a2 codec: build.sh: nit hace 6 años
cbor.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
cbor_test.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) hace 6 años
codec_test.go 72028106ff codec: mapRange takes a mapIter so it is stack-allocated hace 6 años
codecgen.go aa28833c9f codec: fix package name to codec hace 7 años
decode.go 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement hace 6 años
doc.go 4a8e7c0bc2 codec: doc: codec is supported in go 1.4+, codecgen supported in go 1.6+ hace 6 años
encode.go 72028106ff codec: mapRange takes a mapIter so it is stack-allocated hace 6 años
fast-path.generated.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
fast-path.go.tmpl 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
fast-path.not.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) hace 6 años
float.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ hace 6 años
gen-dec-array.go.tmpl 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc hace 6 años
gen-dec-map.go.tmpl ffda9d4fba codec: streamline nil decoding: nil means zero value consistently hace 6 años
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding hace 8 años
gen-helper.generated.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
gen-helper.go.tmpl 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) hace 6 años
gen.generated.go 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc hace 6 años
gen.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_fmt_time_gte_go15.go f20d06940e codec: support go 1.4 alternative for time.AppendFormat hace 6 años
goversion_fmt_time_lt_go15.go f20d06940e codec: support go 1.4 alternative for time.AppendFormat hace 6 años
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_maprange_gte_go112.go 72028106ff codec: mapRange takes a mapIter so it is stack-allocated hace 6 años
goversion_maprange_lt_go112.go 72028106ff codec: mapRange takes a mapIter so it is stack-allocated hace 6 años
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
helper.go d12be5c22c codec: directly call BasicHandle.fnVia (not fn trampoline method) hace 6 años
helper.s 5713c65652 codec: empty helper to allow go:linkname to work hace 6 años
helper_internal.go 3161930c95 codec: when growing the capacity of a slice, ensure newCap is greater than oldCap hace 6 años
helper_not_unsafe.go 8ee173dc4f codec: optimize getting slice from an array hace 6 años
helper_test.go 08f7b401ae codec: fix TermWhitespace handling hace 6 años
helper_unsafe.go 72028106ff codec: mapRange takes a mapIter so it is stack-allocated hace 6 años
json.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
mammoth-test.go.tmpl 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) hace 6 años
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns hace 7 años
mammoth2_codecgen_generated_test.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
mammoth2_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) hace 6 años
mammoth_generated_test.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) hace 6 años
msgpack.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers hace 6 años
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 hace 8 años
reader.go 8f09091b6c codec: bytesDecReader: use slice assign instead of generic copy function hace 6 años
register_ext.go 8c78ba40d8 codec: move references to SetXXXExt from format handler files hace 6 años
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead hace 7 años
shared_test.go 82c888b413 codec: support test execution in go 1.4 hace 6 años
simple.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers hace 6 años
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers hace 6 años
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. hace 11 años
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost hace 8 años
values_codecgen_generated_test.go 31766e6012 codec: StringToRaw should only be checked in the Handle hace 6 años
values_flex_test.go 82c888b413 codec: support test execution in go 1.4 hace 6 años
values_test.go f06fded8c4 codec: test: add test for checking if TestStruc encoded == decoded hace 6 años
writer.go a2ee74cda4 codec: refactoring to eliminate more bounds-checking hace 6 años
xml.go 8c78ba40d8 codec: move references to SetXXXExt from format handler files hace 6 años
z_all_test.go d51d2e5fca codec: fix and add tests for PreferArrayOverSlice hace 6 años