-
Notifications
You must be signed in to change notification settings - Fork 138
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 regression fix on using relative paths #248
Merged
Commits on Jan 2, 2019
-
Apply @Property to SurveyElement.__name__().
Class method __name_ should be a property.
Configuration menu - View commit details
-
Copy full SHA for d4e6d59 - Browse repository at this point
Copy the full SHA d4e6d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621863a - Browse repository at this point
Copy the full SHA 621863aView commit details
Commits on Jan 3, 2019
-
Apply lru_cache() decorator to survey.is_a_parent() function.
This reduces the time by more than half i.e 46s down to 16s. It is still 4 times more than v0.11.5. Fix XLSForm#247
Configuration menu - View commit details
-
Copy full SHA for 41f2c4b - Browse repository at this point
Copy the full SHA 41f2c4bView commit details -
Refactor: add survey.any_repeat() method
Returns True on first repeat occurance and caches with lru_cache. Part fix for XLSForm#247
Configuration menu - View commit details
-
Copy full SHA for 28b1947 - Browse repository at this point
Copy the full SHA 28b1947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdb674 - Browse repository at this point
Copy the full SHA 7fdb674View commit details -
Configuration menu - View commit details
-
Copy full SHA for b30ebbb - Browse repository at this point
Copy the full SHA b30ebbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccf57a - Browse repository at this point
Copy the full SHA 6ccf57aView commit details
Commits on Jan 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4380bf5 - Browse repository at this point
Copy the full SHA 4380bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b499446 - Browse repository at this point
Copy the full SHA b499446View 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.