-
Notifications
You must be signed in to change notification settings - Fork 117
support pre-parsed lxml.etree and faster json #37
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
Comments
@codinguncut ,
The RDFa extractor is a bit different since rdflib is tricked into thinking it is handling an Regarding speeding up JSON parsing, is |
Hi, I'm not sure if http://artem.krylysov.com/blog/2015/09/29/benchmark-python-json-libraries/ |
I meant "best" as "fastest" as this is one of your points. |
|
please add functions to provide a pre-parsed lxml.etree instead of htmlstring.
Also, using a library such as "ujson" may significantly speedup processing for jsonld.
The text was updated successfully, but these errors were encountered: