-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add bdd_replace
#670
Add bdd_replace
#670
Conversation
This should save 2N/B I/Os and also lots of invocations of the given mapping function.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #670 +/- ##
=============================================
- Coverage 97.793% 97.760% -0.033%
=============================================
Files 90 92 +2
Lines 6614 6829 +215
=============================================
+ Hits 6468 6676 +208
- Misses 146 153 +7 ☔ View full report in Codecov by Sentry. |
🟡 Regression Test (12-Queens)'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.20% (stdev: 1.01%).
Number of samples: 6 |
🟢 Regression Test (Picotrav 'adder')'ssoelvsten/adiar/bdd/replace' is a change in performance of 0.41% (stdev: 9.16%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.14% (stdev: 0.52%).
Number of samples: 5 |
🟡 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of -1.41% (stdev: 2.21%).
Number of samples: 6 |
🟢 Regression Test (Picotrav 'arbiter')'ssoelvsten/adiar/bdd/replace' is a change in performance of 12.54% (stdev: 20.24%).
Number of samples: 10 |
🟡 Regression Test (QBF 'domineering/5x5_13_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.52% (stdev: 0.64%).
Number of samples: 6 |
🟢 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of 2.57% (stdev: 8.64%).
Number of samples: 10 |
🟢 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of 0.08% (stdev: 0.57%).
Number of samples: 6 |
🟡 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.68% (stdev: 1.13%).
Number of samples: 5 |
🟢 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of 1.37% (stdev: 2.10%).
Number of samples: 6 |
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'ssoelvsten/adiar/bdd/replace' is a change in performance of 0.63% (stdev: 2.15%).
Number of samples: 5 |
🟡 Regression Test (Picotrav 'mem_ctrl')'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.11% (stdev: 0.33%).
Number of samples: 3 |
🟡 Regression Test (14-Queens)'ssoelvsten/adiar/bdd/replace' is a change in performance of -0.12% (stdev: 0.35%).
Number of samples: 3 |
Implements the foundational core of #498 and closes #669 .