thechaoscoder

Results 90 comments of thechaoscoder
trafficstars

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 ![btrfs_ssd](https://user-images.githubusercontent.com/3579830/32372726-57c006b0-c096-11e7-9420-ea694b7841e4.PNG)

SSD - WinBtrfs 1.0.1 (Debug) @maharmstone Could the debug version of winbtrfs affect the write rate significantly? ![b1](https://user-images.githubusercontent.com/3579830/32839030-45d7806e-ca13-11e7-8f4b-0f72f6cae731.PNG) ![b2](https://user-images.githubusercontent.com/3579830/32839034-48f21458-ca13-11e7-929d-6a275f037964.PNG)

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?