-
Notifications
You must be signed in to change notification settings - Fork 111
[storage/adb] Introduce adb::immutable
#1317
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
Conversation
1aceec4
to
6aa0172
Compare
6aa0172
to
14113ea
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.
All looks very on track!
|
||
/// Operation type alias. | ||
pub type Operation = commonware_storage::adb::operation::Operation<Key, Value>; | ||
pub type Operation = commonware_storage::adb::operation::Fixed<Key, Value>; |
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.
👍
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.
As discussed, let's keep iterating on this name. immutable
isn't quite right because we can prune, however, if we opt to just prune memory (recent keys in the index configurably), then it may be ok.
094afe5
to
69f0579
Compare
69f0579
to
59eb4ef
Compare
7e97fa3
to
d51d636
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.
Very close now!
For name, let's just go with adb::immutable
for now (it isn't perfect but I like it better than append
for this...at least for now).
2a6fd91
to
d3aad7f
Compare
d3aad7f
to
ed87849
Compare
adb::immutable
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.
🚀 🚀 🚀
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #1317 +/- ##
==========================================
+ Coverage 91.20% 91.29% +0.09%
==========================================
Files 248 250 +2
Lines 62083 63308 +1225
==========================================
+ Hits 56622 57800 +1178
- Misses 5461 5508 +47
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Addresses #1294