mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 17:18:00 +00:00
98b21eaaa8
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 |
||
---|---|---|
.. | ||
Controls | ||
MainWindow | ||
Misc | ||
Properties | ||
Resources | ||
Subforms | ||
Util | ||
App.config | ||
icon.ico | ||
PKHeX.WinForms.csproj | ||
Program.cs | ||
Settings.cs |