Converted collections to their frozen counterparts for improved lookup speed

This commit is contained in:
Chomp
2025-07-14 19:56:20 +01:00
parent 3aa13dd46b
commit 5ef2271a29
17 changed files with 58 additions and 44 deletions
@@ -157,7 +157,7 @@ public class ItemHelper(
public bool IsSameItems(
ICollection<Item> item1,
ICollection<Item> item2,
HashSet<string>? compareUpdProperties = null
ISet<string>? compareUpdProperties = null
)
{
if (item1.Count != item2.Count)