2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/decoder
Yi Duan 936cee0d3f
test: benchmark with github.com/goccy/go-json (#23)
chore: add benchmark result with go-json

Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
2021-06-22 16:30:04 +08:00
..
asm.s feat: rewrite generic decoder in Go, using Finite State Machine 2021-06-16 23:05:21 +08:00
assembler_amd64.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
assembler_test.go feat: CPU feature detection support 2021-06-10 17:14:25 +08:00
compiler.go fix: clears rest of the array if the JSON is not long enough. This fixes #7. 2021-06-06 16:25:34 +08:00
compiler_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
decoder.go chore: make it open-source 2021-05-28 23:58:58 +08:00
decoder_test.go test: benchmark with github.com/goccy/go-json (#23) 2021-06-22 16:30:04 +08:00
errors.go feat: rewrite generic decoder in Go, using Finite State Machine 2021-06-16 23:05:21 +08:00
errors_test.go feat: CPU feature detection support 2021-06-10 17:14:25 +08:00
generic_amd64.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
generic_amd64_test.s feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
generic_test.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
pools.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
primitives.go chore: make it open-source 2021-05-28 23:58:58 +08:00
stubs.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
testdata_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
types.go chore: make it open-source 2021-05-28 23:58:58 +08:00
utils.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00