-
Notifications
You must be signed in to change notification settings - Fork 343
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
refactor: add refactored APIs for algebraic filter bases #18437
base: master
Are you sure you want to change the base?
Conversation
PR summary ecfc7661ffImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Current number | Change | Type |
---|---|---|
5012 | 1 | porting notes |
Current commit ecfc7661ff
Reference commit 675c28ea28
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relative
value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolute
value is therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
This is the first part of the refactor of algebraic filter bases discussed here. This adds the new APIs without touching any existing file in order to split the work. Please review this by comparing with the existing API!
See #18202 for the full picture.