Skip to content

Tags: Goodwine/go-xml

Tags

v0.0.1

Toggle v0.0.1's commit message
Initial commit for go-xml

go-xml is an alternative to encoding/xml from the standard library
it uses buffering and reusable instances for performance
faster by 34% by making 70% less memory allocations

v0.0.0

Toggle v0.0.0's commit message
Add implementation for go-xml

Only decoding tokens is supported at this point