Ugorji Nwoke e6bc129461 codec: changes for struct alignment há 6 anos atrás
..
bench 97f4cf7104 codec: bench.sh: support benchmark without bounds check or with full mid-stack inlining há 6 anos atrás
codecgen c44ddad323 codecgen: deleteTempFiles iff codecgen was successful. há 6 anos atrás
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. há 6 anos atrás
binc.go 228d245bc4 codec: binc should not use sync.Pool for symbols support há 6 anos atrás
build.sh a359a297a2 codec: build.sh: nit há 6 anos atrás
cbor.go 8c78ba40d8 codec: move references to SetXXXExt from format handler files há 6 anos atrás
cbor_test.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
codec_test.go 20da2f131b codec: unsafe mapRange iterator optimized há 6 anos atrás
codecgen.go aa28833c9f codec: fix package name to codec há 7 anos atrás
decode.go e6bc129461 codec: changes for struct alignment há 6 anos atrás
doc.go 4a8e7c0bc2 codec: doc: codec is supported in go 1.4+, codecgen supported in go 1.6+ há 6 anos atrás
encode.go e6bc129461 codec: changes for struct alignment há 6 anos atrás
fast-path.generated.go b4c79eef6c codec: fastpath: refactor uncommon arraycannotexpand into its own function há 6 anos atrás
fast-path.go.tmpl b4c79eef6c codec: fastpath: refactor uncommon arraycannotexpand into its own function há 6 anos atrás
fast-path.not.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
float.go 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ há 6 anos atrás
gen-dec-array.go.tmpl 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc há 6 anos atrás
gen-dec-map.go.tmpl ffda9d4fba codec: streamline nil decoding: nil means zero value consistently há 6 anos atrás
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding há 8 anos atrás
gen-helper.generated.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
gen-helper.go.tmpl 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
gen.generated.go 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc há 6 anos atrás
gen.go 39e69f67bb codecgen: add build tag to generated code that it is only supported in go 1.6+ há 6 anos atrás
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_fmt_time_gte_go15.go f20d06940e codec: support go 1.4 alternative for time.AppendFormat há 6 anos atrás
goversion_fmt_time_lt_go15.go f20d06940e codec: support go 1.4 alternative for time.AppendFormat há 6 anos atrás
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_maprange_gte_go112.go ae051ebe2b codec: optimize reflect mode há 6 anos atrás
goversion_maprange_lt_go112.go ae051ebe2b codec: optimize reflect mode há 6 anos atrás
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
helper.go e6bc129461 codec: changes for struct alignment há 6 anos atrás
helper.s 5713c65652 codec: empty helper to allow go:linkname to work há 6 anos atrás
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info há 8 anos atrás
helper_not_unsafe.go 8ee173dc4f codec: optimize getting slice from an array há 6 anos atrás
helper_test.go 08f7b401ae codec: fix TermWhitespace handling há 6 anos atrás
helper_unsafe.go 20da2f131b codec: unsafe mapRange iterator optimized há 6 anos atrás
json.go 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 6 anos atrás
mammoth-test.go.tmpl 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns há 7 anos atrás
mammoth2_codecgen_generated_test.go 79ad6f2df1 codec: test: update generated test files há 6 anos atrás
mammoth2_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) há 6 anos atrás
mammoth_generated_test.go 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) há 6 anos atrás
msgpack.go 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 6 anos atrás
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers há 6 anos atrás
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 há 8 anos atrás
reader.go 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 6 anos atrás
register_ext.go 8c78ba40d8 codec: move references to SetXXXExt from format handler files há 6 anos atrás
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead há 7 anos atrás
shared_test.go 82c888b413 codec: support test execution in go 1.4 há 6 anos atrás
simple.go 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 6 anos atrás
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers há 6 anos atrás
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers há 6 anos atrás
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. há 11 anos atrás
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost há 8 anos atrás
values_codecgen_generated_test.go 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc há 6 anos atrás
values_flex_test.go 82c888b413 codec: support test execution in go 1.4 há 6 anos atrás
values_test.go f06fded8c4 codec: test: add test for checking if TestStruc encoded == decoded há 6 anos atrás
writer.go 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines há 6 anos atrás
xml.go 8c78ba40d8 codec: move references to SetXXXExt from format handler files há 6 anos atrás
z_all_test.go d51d2e5fca codec: fix and add tests for PreferArrayOverSlice há 6 anos atrás