You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After some performance profiling in our application it appears that xmlbuilder2 is approximately 2-3 times slower than xmlbuilder for our use case (XML sitemaps). Can something be done to get the performance more in-line with the original library?
To Reproduce
I'm attaching two test scripts below. When I run them I get these results:
Describe the bug
After some performance profiling in our application it appears that
xmlbuilder2
is approximately 2-3 times slower thanxmlbuilder
for our use case (XML sitemaps). Can something be done to get the performance more in-line with the original library?To Reproduce
I'm attaching two test scripts below. When I run them I get these results:
xmlbuilder.js
xmlbuilder2.js
Expected behavior
Similar performance as the
xmlbuilder
library.Version:
v14.15.1
2.4.0
15.1.1
The text was updated successfully, but these errors were encountered: