i redid my code, i have a new plan for how ill do the server system in terms of partitions etc.
I am keeping track of 2 leaderboards, 1 for global and 2 for server/local partitions
this code should be fairly efficient. Can you confirm? And im still curious about the code above for future reference
Dylan Malec
Hello, i was hoping to find out if this code will have any major issues under the following conditions:
-100k players in the runtimeCollection
-100 calls to this function every second
-playersOffset being as high as 50k
Im pretty sure leaderboards is the proper way to do it, but as i found out with my previous form: https://support.gamesparks.net/support/discussions/topics/1000087372
It has a few issues for my type of system