Skip to content

Tags: Goodwine/go-xml

Tags

v0.0.1

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

Add implementation for go-xml

Only decoding tokens is supported at this point