Replace Vec<item>
with HashMap<id, item>
for filter and dashboard listing
#1171
Labels
good first issue
Good for newcomers
Unlike in the case of correlations, both dashboards and filters continue to use
Vec
. This should change in order to help with improving the codebase as most usage involves lookup and not iteration.The text was updated successfully, but these errors were encountered: