5 ms·
I think it would be better to stream only needed data, using some lazy load mechanism. Still need to figure out what is the best approach
by Gab_CV 8y ago
I think it would be better to stream only needed data, using some lazy load mechanism. Still need to figure out what is the best approach
- anderspitman 8y agoThat's definitely the more permanent solution for games like this. I was thinking more along the lines of quickly solving the immediate problem so you don't have to spend more money on a different server. I wouldn't be surprised if you could replace the download with a webtorrent in less than an hour of work and be done with it.