Optimize commit merging
Open
enhancement
help wanted
not-as-easy-as-it-looks
- Dominant language
- Rust
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Possibly fork composefs-rs and EROFS code to create an EROFS-aware ComposeFS snapshot merge engine.
Currently we create a merged filesystem view in OverlayFS and shell out to run `mkcomposefs` for every commit. This is very inefficient, resulting to around `O(N_total * log N_total + S_total)` of complexity for every merge/patchset build operation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.