Skip to content

0.7.2

Compare
Choose a tag to compare
@goccy goccy released this 26 Jun 02:16
· 216 commits to master since this release

Fix decoder

  • Add decoder for func type to fix decoding of nil function value ( #257 )
  • Fix stream decoding of []byte type ( #258 )

Performance

  • Improve decoding performance of map[string]interface{} type ( use mapassign_faststr ) ( #256 )
  • Improve encoding performance of empty interface type ( remove recursive calling of vm.Run ) ( #259 )

Benchmark

  • Add bytedance/sonic as benchmark target ( #254 )