-
Notifications
You must be signed in to change notification settings - Fork 86
Implement fastpair #142
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
Implement fastpair #142
Conversation
Codecov Report
@@ Coverage Diff @@
## development #142 +/- ##
===============================================
+ Coverage 83.39% 83.71% +0.32%
===============================================
Files 78 80 +2
Lines 8377 8591 +214
===============================================
+ Hits 6986 7192 +206
- Misses 1391 1399 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Implemented benchmark:
|
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.
LGTM, I added a couple of comments
f2666be
to
5073d7f
Compare
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.
LGTM, thanks!
* initial fastpair implementation * FastPair initial implementation * implement fastpair * Add random test * Add bench for fastpair * Refactor with constructor for FastPair * Add serialization for PairwiseDistance * Add fp_bench feature for fastpair bench
extract what is working from #17:
These features can be used in the future to implement additive clustering or other novel features.
may be of interest for @danieljrmay