Avoid cloning `Account` in `SqliteStore` functions
オープン
enhancement
- 主要言語
- Rust
- スター
- 78
- フォーク
- 129
- 平均マージ
- 4日 14時間
- マージ済み PR(30日)
- 52
説明
Some `SqliteStore` functions receive a reference to an `Account`. These usually need get cloned internally because of moving closures.
We should change the `Store` interface to take ownership of the accounts or receive an `Arc` to avoid deep cloning
> Maybe not as part of this, but I wonder if we could use `Arc` to avoid doing deep clones of potentially large objects
_Originally posted by @igamigo in https://github.com/0xMiden/miden-client/pull/1164#discussion_r2307632644_
コントリビューションガイド
評価
この issue はまだ評価されていません。