Skip to content

Performance improvement and better documentation of examples

Compare
Choose a tag to compare
@johnweldon johnweldon released this 14 Dec 22:19
· 137 commits to master since this release
fix: memory allocations (#252)

* fix: memory allocations

* fix: replace strings.Builder to bytes.Buffer for old goland versions

* fix: rename escapedStringToEncodedBytes to decodeEscapedSymbols

* feat: remove one allocation

* fix (v3): memory allocations