-
Notifications
You must be signed in to change notification settings - Fork 36
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#xpath(String)
is Extremely Slow on Large Files
#289
Comments
@yegor256 Could you have a look, please? |
Profiling proofs: |
@volodya-lombrozo why do you think it may be faster? |
@yegor256 I showed it here: objectionary/lints#210 |
@volodya-lombrozo |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a large XML file and run the following java code on it:
It runs extremely long (minutes). Could you speed up this method, please?
Here is my XML:
Pointer.xmir.txt
XML
is instance ofXMLDocument
.The text was updated successfully, but these errors were encountered: