KWARC / rust-libxml

Rust wrapper for libxml2
https://crates.io/crates/libxml
MIT License
76 stars 38 forks source link

Ecosystem alignment and benchmarks #54

Closed dginev closed 1 year ago

dginev commented 5 years ago

I have been doing some basic reading through the rust XML ecosystem and am only now realizing a crate exists that is centered around the read-only approach of the RoNode PR ( #53 ), called roxmltree. Its engine is xmlparser instead of libxml2, and it may be interesting to compare performance on their benchmarks.

dginev commented 1 year ago

This was actually done by roxmltree, and the comparison is visible at: https://github.com/RazrFalcon/roxmltree#parsing

Not much more to keep this issue open for I think.