Heya! 🥳 Just released TurboXml https://github.com/xoofx/TurboXml a .NET library that provides a SAX like XML parser that can parse small to large XML documents with zero allocations (apart for an internal buffer that is pooled) and is able to accelerate its parsing with SIMD! 🚀
I can now continue my prototype of rendering some SVG by using this library 😅