perf: consider moving `compute_block_note_tree` to separate task for parallel execution
Aperta
store
- Lingua principale
- Rust
- Stelle
- 104
- Fork
- 138
- Merge medio
- 1g 13h
- PR unite (30g)
- 56
Descrizione
`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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.