-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
improve performance building large documents with XML::Builder #101
Comments
removing O(n) penalty in node new/unlink/reparent by replace xmlXPathNodeSet with a hash. closed by f34f3bd. |
new benchmarks:
|
and just for posterity, here is the same documents generated by Builder::XmlMarkup (the Rails default builder):
|
flavorjones
pushed a commit
that referenced
this issue
Apr 7, 2021
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
some benchmark numbers:
The text was updated successfully, but these errors were encountered: