Forza
Forza
> > Raw Size: 6465.7 MiB > > Comp Size: 2769.0 MiB > > Ratio: 42.8 % > > @Forza-tng we did compression ratio as `Raw Size` / `Comp Size`,...
How about using io_uring on supported systems to minimise the connection costs and reduce context switches? As for SQL/sqlite, perhaps redis could be an option? It keeps stuff in ram,...
> > How about using io_uring on supported systems to minimise the connection costs and reduce context switches? > > `readfile()`, once that’s finally widely available, is probably going to...
Libuv finally has implementated io_uring :)
AFAIK, Imaginary does not support any raw formats such as DNG, CR2 or NEF. However, would it be possible to use this app as a filter that sends a tiff/PNG...
@korpe1 I suppose in your case it is no difference. In btrfs it's possible to nest subvolumes in several levels. top level > subvol a > subvol b > c...
@leszekdubiel > btrfs --version > btrfs-progs v6.2 I suggest you try static build v6.6.3 from the [releases](https://github.com/kdave/btrfs-progs/releases) page. It does not need installation and should work on all x86_64/amd64 machines.
There is the patch set for metdata-on-ssd somewhere. This, I think would be a good middle-ground if they were accepted into mainline kernel. https://patchwork.kernel.org/project/linux-btrfs/patch/[email protected]/
@TheLinuxGuy , @studyfranco It might be worth for you to have a look at the Btrfs preferred metadata patches. https://github.com/kakra/linux/pull/26 They do not explicitly deal in tiers, but they do...
Hi The basic idea is to allow better compression on data that is not as performance sensitive and where the heuristics isn't helpful. It's similar to the wish for being...