-
Notifications
You must be signed in to change notification settings - Fork 19
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
Performance enhancements #73
Open
ahankinson
wants to merge
22
commits into
ixc:main
Choose a base branch
from
rism-digital:performance-enhancements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Apr 13, 2021
-
Enable packratting for pyparser
Delivers significant performance improvements by caching previously computed results.
Configuration menu - View commit details
-
Copy full SHA for 86b9451 - Browse repository at this point
Copy the full SHA 86b9451View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fdf8dd - Browse repository at this point
Copy the full SHA 7fdf8ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4a627 - Browse repository at this point
Copy the full SHA 6e4a627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80fdd60 - Browse repository at this point
Copy the full SHA 80fdd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12d759 - Browse repository at this point
Copy the full SHA c12d759View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e508d0 - Browse repository at this point
Copy the full SHA 6e508d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2252f0 - Browse repository at this point
Copy the full SHA f2252f0View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06ab934 - Browse repository at this point
Copy the full SHA 06ab934View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9cb56f - Browse repository at this point
Copy the full SHA c9cb56fView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e51373 - Browse repository at this point
Copy the full SHA 9e51373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa53cf - Browse repository at this point
Copy the full SHA 1aa53cfView commit details -
Merge branch 'main' into performance-enhancements
# Conflicts: # edtf/fields.py # edtf/jdutil.py # edtf/natlang/en.py # edtf/natlang/tests.py # edtf/parser/grammar.py # edtf/parser/parser_classes.py # edtf/parser/tests.py # pyproject.toml # setup.py
Configuration menu - View commit details
-
Copy full SHA for ddd8f7b - Browse repository at this point
Copy the full SHA ddd8f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4f968 - Browse repository at this point
Copy the full SHA 8c4f968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f08bce - Browse repository at this point
Copy the full SHA 6f08bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 973ccf4 - Browse repository at this point
Copy the full SHA 973ccf4View commit details
Commits on Aug 14, 2024
-
Also added Andrew Hankinson to the authors list in pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for ee450a5 - Browse repository at this point
Copy the full SHA ee450a5View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46bdce6 - Browse repository at this point
Copy the full SHA 46bdce6View commit details -
I've had a pass at the Parser Classes file, but there are a lot of problems still to be sorted out. I've added return types and argument types whereever it makes sense. The "UncertainOrApproximate" class is a hot mess. There are boolean values with property and method calls associated with them, and I would be surprised if it actually works. However, it doesn't seem to be tested or implemented, so I can't figure out where to go from here.
Configuration menu - View commit details
-
Copy full SHA for 656f8ad - Browse repository at this point
Copy the full SHA 656f8adView commit details -
This wasn't actually used anywhere! Also removed a redundant regex group
Configuration menu - View commit details
-
Copy full SHA for add79bd - Browse repository at this point
Copy the full SHA add79bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fee0b64 - Browse repository at this point
Copy the full SHA fee0b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f3692 - Browse repository at this point
Copy the full SHA 89f3692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da1d94 - Browse repository at this point
Copy the full SHA 9da1d94View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.