mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 19:05:47 +02:00
feat(lru): add generic lru class (#2351)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
a1d85b7cb2
commit
014a86fc88
11 changed files with 388 additions and 220 deletions
|
@ -454,7 +454,7 @@ class DbSlice {
|
|||
std::vector<std::pair<uint64_t, ChangeCallback>> change_cb_;
|
||||
|
||||
// Used in temporary computations in Find item and CbFinish
|
||||
mutable absl::flat_hash_set<CompactObjectView, PrimeHasher> bumped_items_;
|
||||
mutable absl::flat_hash_set<CompactObjectView> bumped_items_;
|
||||
|
||||
// Registered by shard indices on when first document index is created.
|
||||
DocDeletionCallback doc_del_cb_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue