lythx / trakman

Trackmania Forever server controller written in TypeScript
https://trakman.ptrk.eu
MIT License
24 stars 4 forks source link

The search algorithm is slow #253

Open felacek opened 4 months ago

felacek commented 4 months ago

The algorithm to search through maps is painfully slow with a large amount of maps (>10k), we should use a different one. Ideally we'd find and compare a few different ones.

wsrvn commented 4 months ago

5184bd5