hyperlight-dev / hyperlight-dev/hyperlight
Avoid unnecessary memory copies
Đang mở
area/performance
lifecycle/confirmed
- Ngôn ngữ chính
- Rust
- Star
- 4.7k
- Fork
- 208
- Merge trung bình
- 1 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 47
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.