| ... | ... | @@ -4,6 +4,6 @@ The goal of the research project is to provide an algorithm and tooling for gene |
|
|
|
|
|
|
|
Researchers should analyze the `squashfs` data format, as documented in the [kernel](https://docs.kernel.org/filesystems/squashfs.html) and in [other places](https://dr-emann.github.io/squashfs/squashfs.html), and propose a delta algorithm of their choice. The algorithm should be benchmarked on daily builds of `oniro-image-base` for x86 and aarch64 architectures, as provided by the Oniro continuous integration system. The baseline to compare against is `xdelta3`.
|
|
|
|
|
|
|
|
The result of the work should be an algorithm and preliminary tooling for performing the delta and separate preliminary tooling for comparisons and reporting.
|
|
|
|
The result of the work should be an algorithm for computing and applying delta between two images, preliminary tooling for performing the delta, and separate preliminary tooling for comparisons and reporting.
|
|
|
|
|
|
|
|
Tooling should be written in a combination of the following technologies: `make`, `sh`, `bash`, `python`, `c` and `go`. |
|
|
\ No newline at end of file |