-
Notifications
You must be signed in to change notification settings - Fork 177
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
Use template for source link container in CKF #210
Conversation
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
=======================================
Coverage 44.87% 44.87%
=======================================
Files 372 372
Lines 18653 18653
Branches 8824 8824
=======================================
Hits 8370 8370
Misses 4915 4915
Partials 5368 5368
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks good. Thanks for the quick follow up.
@XiaocongAi - please rebase this one & I will merge then. |
This PR makes the CKF templated on the source link container (instead of using
std::vector
).This could avoid redundant container conversion from
boost::flat_multiset
tostd::vector
.