2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/native
liu 6deed01a90
opt: reduce memory pool size (#302)
* fix: reduce state stack size

* fix types

* opt: shrink encoder stack size

* opt: reduce decoder stack size

* add bench.py loops

Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
2022-10-28 16:40:14 +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 opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +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