mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
8222297da8
Just allocate the parent array and pass it to HashSet; having an ICollection, prevents resizing repeatedly and gc'ing the temp array is cheap. Actually, only create a hashset if we're adding a gift from external DB. Saves on that allocation, and keeps the final result as an array (fastest iterating). |
||
---|---|---|
.. | ||
DataMysteryGift.cs | ||
MysteryGift.cs | ||
MysteryUtil.cs | ||
PCD.cs | ||
PGF.cs | ||
PGT.cs | ||
PL6.cs | ||
WB7.cs | ||
WC3.cs | ||
WC6.cs | ||
WC6Full.cs | ||
WC7.cs | ||
WC7Full.cs | ||
WC8.cs | ||
WR7.cs |