We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not that it's slow, but making it even faster wouldn't hurt. Or at least setting up some proper benchmarks.
https://github.com/org-roam/test-org-files is a good source of test files
py-spy output from parsing a bunch of files:
py-spy
Note that iterative parsing (using generators) makes it a bit misleading
_iparse_timestamps appears as a child call of _iparse_repeated_tasks
_iparse_timestamps
_iparse_repeated_tasks
Tried replacing re with regex (https://pypi.org/project/regex), but didn't have any effect
re
regex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not that it's slow, but making it even faster wouldn't hurt. Or at least setting up some proper benchmarks.
https://github.com/org-roam/test-org-files is a good source of test files
py-spy
output from parsing a bunch of files:Note that iterative parsing (using generators) makes it a bit misleading
_iparse_timestamps
appears as a child call of_iparse_repeated_tasks
Tried replacing
re
withregex
(https://pypi.org/project/regex), but didn't have any effectThe text was updated successfully, but these errors were encountered: