NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.49k stars 302 forks source link

Clarify speed claim about pure JS implementation in README #498

Closed karlbecker closed 1 year ago

karlbecker commented 1 year ago

Purpose / Goal

Clarify what is meant by this bullet point - for instance, is this a pure JS implementation, or not?

As far as my teammate @mike-lang and I can tell, this repo is fully JavaScript. However, because the bullet says "Faster than any pure JS implementation", it makes us wonder if this library is NOT a pure JS implementation.

I think the intent of this bullet point is to say this is faster than any other pure JS implementation that you know of - agreed?

And can you confirm this is indeed a pure JS implementation?

Thanks!

Type