perf: consider moving `compute_block_note_tree` to separate task for parallel execution
Open
store
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.