2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/native
Yi Duan 02fe88266f
feat:(decoder) support skip mismatche-typed value (#325)
* feat:(decoder) support skip mismatche-typed value

* change test cases

* refactor: add type check down into `CompilePrimitive()` to avoid repeat `null` check

* opt call skip()

* bench: add  option `--repeat_times`

* test: omit check primitive

* opt: inline primitive check into its OP

* implement on Go1.15

* fix: support skip json.Numer

* fix: OP_go_skip

* update README.md
2022-11-04 14:27:21 +08:00
..
avx opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
avx2 opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
sse opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
types feat:(decoder) support skip mismatche-typed value (#325) 2022-11-04 14:27:21 +08:00
dispatch_amd64.go fix: use sse instead of sse4 (#305) 2022-09-26 12:45:01 +08:00
dispatch_amd64.s fix: use sse instead of sse4 (#305) 2022-09-26 12:45:01 +08:00
fastfloat_amd64_test.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
fastint_amd64_test.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
native_amd64.tmpl fix: use sse instead of sse4 (#305) 2022-09-26 12:45:01 +08:00
native_amd64_test.tmpl add ValidateString option into decode (#253) 2022-08-11 19:06:11 +08:00
native_export_amd64.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00