kettle11 / tangle

Radically simple multiplayer / networked WebAssembly
MIT License
1.18k stars 37 forks source link

Take less frequent snapshots #2

Open kettle11 opened 1 year ago

kettle11 commented 1 year ago

Right now Tangle takes a snapshot every single time a new event comes in. This incurs a lot of overhead. Snapshots should instead be taken after certain amounts of time have passed.

caioluis commented 1 year ago

I've just learnt about Tangle. I'll try to play with it and come up with a solution for this.