2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/encoder
2021-11-26 14:12:51 +08:00
..
asm.s chore: make it open-source 2021-05-28 23:58:58 +08:00
assembler_amd64_go115.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +08:00
assembler_amd64_go116.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +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 chore: make it open-source 2021-05-28 23:58:58 +08:00
debug.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
encoder.go feat: Pretouch recursively for large/deep struct (#137) 2021-11-26 14:12:51 +08:00
encoder_test.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
errors.go chore: make it open-source 2021-05-28 23:58:58 +08:00
mapiter.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
pools.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
primitives.go fix: marshal struct field with omitempty tag as encoding/json (#114) 2021-10-12 15:14:39 +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.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +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