Would be possible to run the diff tree algorithm in a non UI thread?
未關閉
- 主要語言
- Java
- 星號
- 1.4k
- 分支
- 89
- PR 合併指標
- 30 天內沒有已合併 PR
描述
We are using Anvil in our project for 2 years now. And in some screens, with a high number of views, we are facing some performance issues. These delays and lags happens even when no changes are made to the views, but a render cycle is fired because a button was clicked for example.
Based on this, I would like to know if would be possible to perform the Anvil diff tree algorithm in a non UI thread, thus the screen will not be affected by these comparisons. The idea is only to use the UI thread once we detected that we need to **update a View, add a view or remove a view**.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。