influxdb/cache_system/src
Marco Neumann 4fdfed5ea7 refactor: avoid clones for `policy::Subscriber::set`
Policy subscribers basically never store `V` (the cached value), so we
should not clone that one unconditionally. But even `K` (the cache key)
is not stored in all cases. So let's pass a reference for both and let
the policies decide if they wanna clone the data or not.
2022-09-23 11:22:59 +02:00
..
backend refactor: avoid clones for `policy::Subscriber::set` 2022-09-23 11:22:59 +02:00
cache refactor: use concrete loader type within `CacheDriver` (#5532) 2022-09-02 11:30:47 +00:00
loader refactor: use concrete loader type within `CacheDriver` (#5532) 2022-09-02 11:30:47 +00:00
addressable_heap.rs refactor: avoid double-hash when updating addressable heap orders (#5577) 2022-09-08 11:50:55 +00:00
lib.rs refactor: port LRU cache backend to policy framework (#5406) 2022-08-17 14:43:24 +00:00
resource_consumption.rs refactor: do not always box `FunctionEstimator` function (#5568) 2022-09-06 12:09:50 +00:00