0xMiden / 0xMiden/node

perf: consider moving `compute_block_note_tree` to separate task for parallel execution

未關閉
#1,541 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。