perf: consider moving `compute_block_note_tree` to separate task for parallel execution
Offen
store
- Vorherrschende Sprache
- Rust
- Sterne
- 104
- Forks
- 138
- Ø Merge
- 1 T. 13 Std.
- Gemergte PRs (30 T.)
- 56
Beschreibung
`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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.