| .. |
|
bench
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
codecgen
|
fd33a05832
codec/codecgen: added copyright info
|
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
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
build.sh
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
cbor.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
cbor_test.go
|
be38b7006b
codec: make tests more robust
|
há 7 anos atrás |
|
codec_test.go
|
08f7b401ae
codec: fix TermWhitespace handling
|
há 6 anos atrás |
|
codecgen.go
|
aa28833c9f
codec: fix package name to codec
|
há 7 anos atrás |
|
decode.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
doc.go
|
65dd1ed12c
codec: updated caveat on binary sizes
|
há 6 anos atrás |
|
encode.go
|
92a3d5189e
codec: add writeqstr implementation to efficiently write a quoted string in json
|
há 6 anos atrás |
|
fast-path.generated.go
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
fast-path.go.tmpl
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
fast-path.not.go
|
6bfa3bf159
codec: do not pool codecFn helper - make it part of BasicHandle instead
|
há 7 anos atrás |
|
gen-dec-array.go.tmpl
|
e531a5003d
codec: refactor to afford bounds check elimination
|
há 7 anos atrás |
|
gen-dec-map.go.tmpl
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
há 8 anos atrás |
|
gen-enc-chan.go.tmpl
|
9af07b2035
codec: streamline chan encoding/decoding
|
há 7 anos atrás |
|
gen-helper.generated.go
|
95c34d148d
codec: clarify and fix EncodeOptions:StringToRaw inconsistencies
|
há 6 anos atrás |
|
gen-helper.go.tmpl
|
95c34d148d
codec: clarify and fix EncodeOptions:StringToRaw inconsistencies
|
há 6 anos atrás |
|
gen.generated.go
|
e531a5003d
codec: refactor to afford bounds check elimination
|
há 7 anos atrás |
|
gen.go
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
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_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_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
|
967be11608
codec: false-sharing and cache-line optimizations
|
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
|
95c34d148d
codec: clarify and fix EncodeOptions:StringToRaw inconsistencies
|
há 6 anos atrás |
|
helper_test.go
|
08f7b401ae
codec: fix TermWhitespace handling
|
há 6 anos atrás |
|
helper_unsafe.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
json.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
há 6 anos atrás |
|
mammoth-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-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
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
mammoth2_generated_test.go
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
mammoth_generated_test.go
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
msgpack.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
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 |
|
rpc.go
|
6bfa3bf159
codec: do not pool codecFn helper - make it part of BasicHandle instead
|
há 7 anos atrás |
|
shared_test.go
|
420fad79aa
codec: mirror benchmarks into bench sub-directory
|
há 6 anos atrás |
|
simple.go
|
967be11608
codec: false-sharing and cache-line optimizations
|
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
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
há 6 anos atrás |
|
values_flex_test.go
|
ce1d126566
codec: misc fixes - handle error from io.Reader.Read, fix MissingFielder support, refactor for better mid-stack inlining, use custom bufio.Writer impl, etc
|
há 7 anos atrás |
|
values_test.go
|
e105254e6a
codec: use single line comments to comment out +build in various files
|
há 7 anos atrás |
|
xml.go
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
há 8 anos atrás |
|
z_all_test.go
|
c4a1c341dc
codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover"
|
há 6 anos atrás |