Ashlesha Atrey

Results 11 comments of Ashlesha Atrey

I updated the docs, but I am not sure auto-completion. How do we enable that ?

The main bottleneck for delta pack generation is sorting the bundles, which is currently not parallelized, as we are using default sorting which Go provides. We can compare writing a...

I explored various flag of zstd like fast, adapt, ultra and tried different levels. The size vs time trade off is not worth to switch zstd as default .

Total size before compression 43184317440 Zstd Total size after compression 16528392879 CREATE FULLFILES 13m33.7s zstd --fast=22 Total size after compression 25457700882 CREATE FULLFILES 13m19.447s Zstd --adapt Total size after compression...

Xz: Total size before compression 43183234560 Total size after compression 13877547116 CREATE FULLFILES 14m55.218s bzip2 Total size before compression 43183935488 Total size after compression 16014229591 CREATE FULLFILES 12m18.674s gzip Total...

I ran decompression tests on 906752 fullfiles using the tar utility, For XZ compression, time took to decompress: 11134 seconds For Zstd compression, time took to decompress: 19767 seconds To...

Memory used while creating fullfiles: Alloc is bytes of allocated heap objects. TotalAlloc increases as heap objects are allocated, but unlike Alloc and HeapAlloc, it does not decrease when objects...

I will work on finding file by file time difference, dont have those stats handy.

Currently due to new dnf requirements, every repo enabled in .yum-mix.conf needs to be a dnf repo dir. If its just an dir without dnf repodata, dnf will error out....

Solutions can be 1. Dont create local-repo by default. Need to investigate what can break due to this change 2. Add repo commands to enable and disable a repo