edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

History view should be clever about updating #32

Closed edemaine closed 3 years ago

edemaine commented 4 years ago

When new database entries come in, history redoes everything -- which makes sense sometimes (if earlier entries come in) but kills performance if someone is just adding new history to the end. Just need to avoid recomputing current state if no different past diffs.