mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-15 00:21:23 -05:00
kinda slow, if a save has 900 mons, it has to check 900*900 which is O(n^2), takes a few seconds as opposed to just doing a hashset checking contains, would be O(n) gotta do some fun stuff to make it faster |
||
|---|---|---|
| .. | ||
| BitmapAnimator.cs | ||
| BoxEditor.cs | ||
| BoxEditor.Designer.cs | ||
| BoxEditor.resx | ||
| BoxMenuStrip.cs | ||
| ContextMenuSAV.cs | ||
| ContextMenuSAV.Designer.cs | ||
| ContextMenuSAV.resx | ||
| SAVEditor.cs | ||
| SAVEditor.Designer.cs | ||
| SAVEditor.resx | ||
| SlotChangeManager.cs | ||
| SlotIndex.cs | ||
| SlotList.cs | ||
| SlotList.Designer.cs | ||
| SlotList.resx | ||
| SlotViewer.cs | ||