thechaoscoder
thechaoscoder
I can see Disable Copy-on-Write (= nocsum?). I used dd now for testing seq speed `dd if=/dev/zero of=asd bs=1M count=2024 conv=fdatasync,notrunc ` With cow disabled the speed is more or...
Now with my ssd 
SSD - WinBtrfs 1.0.1 (Debug) @maharmstone Could the debug version of winbtrfs affect the write rate significantly?  
According to this benchmark https://quixdb.github.io/squash-benchmark/ the ms-compress:LZNT1 is indeed slower then lzo. Since windows8.1 you can compress files also with xpress and lzx. But I couldn't find any usefull benchmarks....
OT: There is no binary for r9 ^_^ EDIT: Sorry i should read more carefully!!!
Will add them soon. Only vs-preview feels wrong to add, it's not really a plugin/script.
Hmm one problem however is that some packages have additional dependencies like parsedvd which installs pyparsedvd if you use pip. This means that `vsrepo install vsparsedvd` will result in an...
Possible solutions: - Wheel packages with "external" dependencies will be dropped (bye bye lvsfunc 😅) - A message will be shown: "Additional dependencies are required, please run pip install xyz...
Some packages are removed until a solution is found for the missing dependencies. It does not make sense to offer these if they won't work after installing them but would...
Could snap/flatpak/AppImage be used to create distro independent libs/packages?