Investigate changing object_is_processed
to std::set
or std::unordered_set
#298
Labels
object_is_processed
to std::set
or std::unordered_set
#298
Is there a reason that
object_is_processed
is astd::map
and not astd::set
(orstd::unordered_set
)? It seems like the value is always1
(and only existence is checked for).Originally posted by @FifthPotato in #295 (comment)
Relevant code:
irods_capability_storage_tiering/src/storage_tiering.cpp
Line 580 in 4c759d6
The text was updated successfully, but these errors were encountered: