diasurgical / devilutionX

Diablo build for modern operating systems
Other
8.08k stars 794 forks source link

Speed up DeadItem #7318

Closed glebm closed 3 months ago

glebm commented 3 months ago

Previously, the same tiles were rechecked over and over again.

O(k^3) -> O(k^2)

This changes the visitation order but we agreed in #7215 that we don't care.