Bios-Marcel / ServerBrowser

SA-MP Server Browser including some extra functions
Mozilla Public License 2.0
21 stars 8 forks source link

Using Multithreading when loading Favourites #2

Closed Bios-Marcel closed 7 years ago

Bios-Marcel commented 7 years ago

Right now, loading the favourites takes quite a while, since every server in the list will be queried to be able to display the latest data. Instead i could lazy load the list or load the list with known data (have to change the data structure that is saved on adding a favourite) and then update it.