ianprime0509 / zig-xml

XML parser for Zig
http://ianjohnson.dev/zig-xml/
BSD Zero Clause License
17 stars 4 forks source link

feat: reader memory reuse improvements #32

Closed ianprime0509 closed 2 months ago

ianprime0509 commented 11 months ago

The intention is for this PR to address both #30 and #31 so some real benefits can be realized. Just implementing #30 by itself without any meaningful change to Reader to take advantage of the increased flexibility provides no benefit.

ianprime0509 commented 2 months ago

Superseded by #36.