hyperlight-dev / hyperlight-dev/hyperlight
Avoid unnecessary memory copies
オープン
area/performance
lifecycle/confirmed
- 主要言語
- Rust
- スター
- 4.7k
- フォーク
- 208
- 平均マージ
- 1日 7時間
- マージ済み PR(30日)
- 47
説明
Currently, we make many redundant memory copies when transferring data in and out of the guest. While we're using flatbuffers for serialization, we're not leveraging its full benefits. APIs such as call_guest_func should accept parameters by reference instead of by value, since the data needs to be serialized anyway.
Created from #433
コントリビューションガイド
評価
この issue はまだ評価されていません。