Skip to content

v1.0.2

Compare
Choose a tag to compare
@AsterDY AsterDY released this 15 Feb 10:39
· 207 commits to main since this release
5be8daf
fix: premature GC on decoding string (#187)

* fix: cast `[]byte` to `string` for `Unmarshal()`

* fix: store `Decoder.s` to `_Stack` to avoid premature GC

* fix: add gcwritebarrir for `op_str`