|
|
|
|
|
by Guvante
1032 days ago
|
|
O(n^2) is a pain. Just updating everyone with what happened in a tick requires 4,000,000 data points a tick at 2,000 players. At 10 Hz that is 40 million updates a second. There are caches and prediction that can help but I ignore all gameplay in that number, it is just flying around. |
|