-
Notifications
You must be signed in to change notification settings - Fork 112
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
Sparse in-mem HNSW graph #4888
base: master
Are you sure you want to change the base?
Sparse in-mem HNSW graph #4888
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4888 +/- ##
=======================================
Coverage 86.55% 86.56%
=======================================
Files 1409 1409
Lines 60916 61012 +96
Branches 7493 7501 +8
=======================================
+ Hits 52726 52813 +87
- Misses 8021 8030 +9
Partials 169 169 ☔ View full report in Codecov by Sentry. |
3b13d68
to
8e7bbb6
Compare
Benchmark ResultMaster commit hash:
|
8e7bbb6
to
4a9b75b
Compare
Benchmark ResultMaster commit hash:
|
Description
Introduce
SparseInMemHNSWGraph
, which is more space-efficient, as the upper layer forInMemHNSWIndex
during index construction.