Pokedex5E icon indicating copy to clipboard operation
Pokedex5E copied to clipboard

Various operations involving large numbers of pokemon are very slow in debug build

Open magroader opened this issue 5 years ago • 0 comments

I noticed these operations took upwards of 30 seconds, which likely indicates an O(n^2) problem: POKEDEX

  • Pokedex - Opening
  • Pokedex - Marking a pokemon
  • Adding 100 debug pokemon
  • PC - Opening (after having added 100 pokemon)
  • PC - Typing anything into the search bar (after having added 100 pokemon)
  • Generate - Opening
  • Generate - Changing any of the filters
  • Profile - Opening a profile (including first boot) which has 100 pokemon in the PC

magroader avatar Jul 13 '20 15:07 magroader