perf: consider moving `compute_block_note_tree` to separate task for parallel execution
Abierto
store
- Lenguaje dominante
- Rust
- Estrellas
- 104
- Forks
- 138
- Merge medio
- 1 d 13 h
- PR fusionados (30 d)
- 56
Descripción
`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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.