georust / gpx

Rust read/write support for GPS Exchange Format (GPX)
https://crates.io/crates/gpx
MIT License
102 stars 46 forks source link

quick-xml #106

Closed JeromeSchmied closed 3 months ago

JeromeSchmied commented 3 months ago

quick-xml is said to be a lot faster (about 50 times) than xml-rs. Why not use that one instead?

michaelkirk commented 3 months ago

Care to open a PR with some benchmarks?On Jul 13, 2024, at 10:03, JeromeSchmied @.***> wrote: quick-xml is said to be a lot faster (about 50 times) than xml-rs. Why not use that one instead?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

JeromeSchmied commented 3 months ago

I'll see what I can do.

JeromeSchmied commented 3 months ago

Nah, it's too much I can't do it. The whole quick-xml thing is just totally different, it's barely using anything else than Cows, and therefore doesn't have Iterator implemented on stuff, that xml-rs has, for example.