-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML parsing dependency migration #312
Comments
@amitguptagwl Is your table and chart data incorrect? You said that fxp is better than xml2js, but your chart and data show the opposite. |
@daschult how is it opposite? Eg FXP can parse 15k XML data |
Ah, I wasn't familiar with |
@xirzec, @jeremymeng, @joheredi Thoughts here? |
I had given fxp a try but it seems non-trivial to replace xml2js as fxp doesn't provide similar settings to those of xml2js that we used. However if we could make fxp work and if it doesn't have the circular reference issue, then it would be great to the React-Native story. |
I'm raising this issue as suggested by @XiaoningLiu
Is your feature request related to a problem? Please describe.
Not exactly. But for improvements.
Describe the solution you'd like
We're currently dependent on xml2js library to parse XML. Fast-XML-Parser is a better alternative to this.
Additional context
Here is the comparison of both packages to parse XML data.
In the below chart, X-axis is about XML data size, and Y-axis is for throughput or number of parses per second.
The text was updated successfully, but these errors were encountered: