You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JUBIN CHHEDA
b14c0b0602
Update secondary_cache_adapter.cc ( #11566 )
...
Summary:
Infer detected a(n) [Unnecessary Copy Intermediate](https://fbinfer.com/docs/next/all-issue-types#unnecessary copy intermediate) issue. variable &my_secondary_handles is copied unnecessarily into an intermediate on line 268. To avoid the copy, try moving it by calling std::move instead or alternatively change the callee's parameter type to const &.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/11566
Reviewed By: akankshamahajan15
Differential Revision: D47057361
Pulled By: ajkr
fbshipit-source-id: bc5d7a71638aecbf976f1a163128b489c9e87fd8
1 year ago
..
cache.cc
HyperClockCache support for SecondaryCache, with refactoring ( #11301 )
2 years ago
cache_bench.cc
Add (& fix) some simple source code checks ( #8821 )
3 years ago
cache_bench_tool.cc
HyperClockCache support for SecondaryCache, with refactoring ( #11301 )
2 years ago
cache_entry_roles.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_entry_roles.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_entry_stats.h
Simplify tracking entries already in SecondaryCache ( #11299 )
2 years ago
cache_helpers.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_helpers.h
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
cache_key.cc
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
cache_key.h
Derive cache keys from SST unique IDs ( #10394 )
2 years ago
cache_reservation_manager.cc
Simplify tracking entries already in SecondaryCache ( #11299 )
2 years ago
cache_reservation_manager.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_reservation_manager_test.cc
Print stack traces on frozen tests in CI ( #10828 )
2 years ago
cache_test.cc
Add hash_seed to Caches ( #11391 )
2 years ago
charged_cache.cc
HyperClockCache support for SecondaryCache, with refactoring ( #11301 )
2 years ago
charged_cache.h
HyperClockCache support for SecondaryCache, with refactoring ( #11301 )
2 years ago
clock_cache.cc
Change internal headers with duplicate names ( #11408 )
2 years ago
clock_cache.h
Add hash_seed to Caches ( #11391 )
2 years ago
compressed_secondary_cache.cc
Integrate CacheReservationManager with compressed secondary cache ( #11449 )
1 year ago
compressed_secondary_cache.h
Integrate CacheReservationManager with compressed secondary cache ( #11449 )
1 year ago
compressed_secondary_cache_test.cc
Integrate CacheReservationManager with compressed secondary cache ( #11449 )
1 year ago
lru_cache.cc
Compatibility step for separating BlockCache and GeneralCache APIs ( #11450 )
2 years ago
lru_cache.h
Add hash_seed to Caches ( #11391 )
2 years ago
lru_cache_test.cc
Add hash_seed to Caches ( #11391 )
2 years ago
secondary_cache.cc
Simplify tracking entries already in SecondaryCache ( #11299 )
2 years ago
secondary_cache_adapter.cc
Update secondary_cache_adapter.cc ( #11566 )
1 year ago
secondary_cache_adapter.h
Integrate CacheReservationManager with compressed secondary cache ( #11449 )
1 year ago
sharded_cache.cc
Add hash_seed to Caches ( #11391 )
2 years ago
sharded_cache.h
Add hash_seed to Caches ( #11391 )
2 years ago
typed_cache.h
HyperClockCache support for SecondaryCache, with refactoring ( #11301 )
2 years ago