pshaughn / okayworld

backend for play.okayideas.com
0 stars 1 forks source link

network optimization #14

Open pshaughn opened 6 years ago

pshaughn commented 6 years ago

Various observations, to begin with:

first optimization steps:

pshaughn commented 6 years ago

first steps are done. next step would be to let the client not send an unchanged "f" event; for that to work, the client needs to be able to trust that any previous "f" event it sent will eventually be applied even if it was discarded as late for its specific frame number. not sure how to do this cleanly yet.