Skip to content

Conversation

@nikeee
Copy link
Owner

@nikeee nikeee commented Jun 20, 2025

fast-xml-parser is kind of slow and cannot take advantage of the schema we know beforehand. We experiment with a custom parser that uses runtime-code-gen to create a parser that is tailored to a specific response.

Not only will a specialized parser be faster, but it can also rename object fields and validate in the same step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants