Yi Duan
|
14121d64f1
|
feat:(encoder) add optimazing options (#168)
* feat:(encoder) add option `NoCompactMarshaler` and `NoEscapeTextMarshaler`
* feat: add `EscapeHTML` to align with std lib
|
2022-01-05 14:20:46 +08:00 |
|
Yi Duan
|
fcfe1c4317
|
fix:(encoder) keep arguement buf alive (#166)
|
2021-12-31 17:15:35 +08:00 |
|
Yi Duan
|
22229eefc3
|
fix: relocate stack pointers (#156)
* fix: relocate stack pointer _VAR_sv to keep it alive
* fix: add stack pointer _VAR_vk to defend `encoding.TextUnmarshaler`
* fix: align faker func's stack with JIT func's
* fix: clear _Stack memory when err returned
* fix: clear stack pointer before return
* fix: relimit stack-overflow check at `_ValueDecoder`
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
|
2021-12-20 16:19:12 +08:00 |
|
liu
|
49fc705341
|
feat: Pretouch recursively for large/deep struct (#137)
|
2021-11-26 14:12:51 +08:00 |
|
Yi Duan
|
3eade82a01
|
fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122)
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
|
2021-10-28 17:02:37 +08:00 |
|
chenzhuoyu
|
8383178c89
|
feat: supports map key-sorting via encoder options
|
2021-08-16 18:31:41 +08:00 |
|
chenzhuoyu
|
5cb6f17944
|
feat: performance optimizations
|
2021-07-02 14:38:12 +08:00 |
|
chenzhuoyu
|
fbe0828190
|
chore: make it open-source
|
2021-05-28 23:58:58 +08:00 |
|