Skip to content

Use sets when checking for existence of an element

Description

Let's use set for what they are good at, checking for existence!

Changes proposed in this merge request:

  • replace every place where we use dicts in place of sets by sets

Merge request reports

Loading