Blitzen/Angular-Chronicle

Poor performance when json data is large

Opened this issue · 2 comments

Currently i'm creating table dynamically, in that multiple rows get added dynamically (Similar to Excel).Table can have millions of rows. Now redo/undo working perfectly when rows count is upto 100. How to improve redo/undo performance when data is too large.

@duncanmcdowell thanks for the reply.But paginate is not suit for my case.It seems Angular-Chronicle uses watch for changes, and this is what takes the most performance.Is there is any other way to achieve the same using events instead of watch.