Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
before this commit, tar reader is sync, thus we need a separate thread for every image layer pulling green thread. This would cost more memory and CPU resource. This commit replace the tar crate to async version, thus we do not need another thread to handle this to decrease memory occupation. Signed-off-by: Xynnn007 <[email protected]>
- Loading branch information