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 还没有评估数据。