influxdb/cache_system
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
..
benches refactor: avoid double-hash when updating addressable heap orders (#5577) 2022-09-08 11:50:55 +00:00
src refactor: avoid clones for `policy::Subscriber::set` 2022-09-23 11:22:59 +02:00
Cargo.toml chore: slim down `criterion` (#5611) 2022-09-12 08:47:35 +00:00