2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/encoder
Yi Duan 3dde76677e
doc: update benchmarks and dependency repos (#180)
* doc: update benchmarks and dependency repos

* doc: add 'Optimization Options' on README

* fix some possible typos

Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
2022-01-25 15:09:01 +08:00
..
asm.s chore: make it open-source 2021-05-28 23:58:58 +08:00
assembler_amd64_go115.go feat:(encoder) add optimazing options (#168) 2022-01-05 14:20:46 +08:00
assembler_amd64_go116.go feat:(encoder) add optimazing options (#168) 2022-01-05 14:20:46 +08:00
assembler_amd64_go117.go feat:(encoder) add optimazing options (#168) 2022-01-05 14:20:46 +08:00
assembler_test.go fix: unmarshalers are always addressable 2021-09-06 16:53:51 +08:00
compiler.go feat: Pretouch recursively for large/deep struct (#137) 2021-11-26 14:12:51 +08:00
compiler_test.go feat: adjust ABI for supporting go1.17 (#116) 2021-11-30 18:47:17 +08:00
debug.go fix: use global var _KeepAlive to notice GC in shadow funcs (#145) 2021-12-02 11:08:40 +08:00
encoder.go opt: use simd to optimize htmlescape (#171) 2022-01-18 11:30:28 +08:00
encoder_test.go doc: update benchmarks and dependency repos (#180) 2022-01-25 15:09:01 +08:00
errors.go chore: make it open-source 2021-05-28 23:58:58 +08:00
mapiter.go feat: adjust ABI for supporting go1.17 (#116) 2021-11-30 18:47:17 +08:00
pools.go fix:(encoder) keep arguement buf alive (#166) 2021-12-31 17:15:35 +08:00
primitives.go feat:(encoder) add optimazing options (#168) 2022-01-05 14:20:46 +08:00
sort.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
sort_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
stubs_go115.go fix: relocate stack pointers (#156) 2021-12-20 16:19:12 +08:00
stubs_go116.go fix: relocate stack pointers (#156) 2021-12-20 16:19:12 +08:00
stubs_go117.go fix: relocate stack pointers (#156) 2021-12-20 16:19:12 +08:00
testdata_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
types.go feat: supports map key-sorting via encoder options 2021-08-16 18:31:41 +08:00
utils.go feat: performance optimizations 2021-07-02 14:38:12 +08:00