perf: consider moving `compute_block_note_tree` to separate task for parallel execution
未關閉
store
- 主要語言
- Rust
- 星號
- 104
- 分支
- 138
- 平均合併
- 1 天 13 小時
- 30 天內合併 PR
- 56
描述
`fn compute_block_note_tree` does a bunch of hashing, if we have plenty of notes and then doing a lot of `open`ings can be move either to an earlier task that communicates with the task which calls `apply_block` or into the same one.
Caveat: Adds complexity.
貢獻指南
評估
這個 Issue 還沒有評估資料。