-
Notifications
You must be signed in to change notification settings - Fork 82
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
[FEATURE] IBF decompression #3082
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportBase: 98.23% // Head: 98.22% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3082 +/- ##
==========================================
- Coverage 98.23% 98.22% -0.01%
==========================================
Files 275 275
Lines 12197 12203 +6
==========================================
+ Hits 11982 11987 +5
- Misses 215 216 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6dc0767
to
c771ed4
Compare
c771ed4
to
c16dc5e
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.
LGFM, thank you.
* \attention This constructor can only be used to construct **uncompressed** Interleaved Bloom Filters. | ||
* |
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.
* \attention This constructor can only be used to construct **uncompressed** Interleaved Bloom Filters. | |
* | |
* \attention This constructor can only be used to construct **uncompressed** Interleaved Bloom Filters (IBFs). | |
* Construction of compressed from compressed IBFs is trivial and handled by different constructors. | |
* |
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.
or similar.
otherwise you might think it is not possible
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.
Maybe it's best to remove that \attention
completely?
Co-authored-by: Svenja Mehringer <[email protected]>
No description provided.