Closed youroff closed 2 years ago
This change makes XML parser do it's job eagerly on the whole document, instead of passing the string around and parse it over and over. In particular example of a 3Mb schema from Workday API it reduces init time from 80 to 2 seconds.
Hi @youroff Thanks for your contribution ❤️
This change makes XML parser do it's job eagerly on the whole document, instead of passing the string around and parse it over and over. In particular example of a 3Mb schema from Workday API it reduces init time from 80 to 2 seconds.