hyperlight-dev / hyperlight-dev/hyperlight
Optimize reusing the same guest binary
Open
area/performance
lifecycle/confirmed
- Dominant language
- Rust
- Stars
- 4.7k
- Forks
- 208
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 47
Description
Each time we create a new instance of a sandbox we parse the binary, we should only do this once for each binary. All we need to do for a new instance of a sandbox is to apply any relocations.
Contributor guide
Assessment
This issue has not been assessed yet.