Get the latest tech news
Show HN: Gosax – A high-performance SAX XML parser for Go
Go library for XML SAX (Simple API for XML) parsing - orisano/gosax
This library is designed for efficient and memory-conscious XML parsing, drawing inspiration from various sources to provide a performant parser. SWAR (SIMD Within A Register): Optimizations for fast text processing, inspired by memchr. This allows for easy integration with existing code that uses the standard library's XML package.
Or read this on Hacker News