Files
scylladb/sstables
Kefu Chai 949bb719cd sstables: use try_emplace() when appropriate
so we don't have to search in the unordered_map twice. and it's
more readable, as we don't need to compare an iterator with the
sentry.

also, take the opportunity to simplify the code by using the
temporary `s3_cfg` when possible instead of `it->second.cfg`
which is less readable.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
2023-07-04 15:40:10 +08:00
..
2023-06-06 13:29:16 +03:00
2023-05-09 16:47:00 +08:00
2023-06-06 13:29:16 +03:00
2023-06-06 13:29:16 +03:00