-
**Description**
HDFS save to allow e.g. compress=true command (default false, optional parameter). HDFS load to automatically uncompress, if files are compressed.
**Use case or motivation behind …
-
Draco is a form of graphics compression for formats like glTF.
To do this, we'd like to avoid having to ship an extra shared library in the `.Native` NuGet package, and instead link Draco staticall…
-
There should be an option to save vector data of text based vector formats (like EPS, PDF, and SVG) to more compact versions. This will produce much smaller files.
Several levels of compression could…
-
Just out of curiosity is there any interest in supporting other formats besides standard zip, things like LZMA, or bzip? Just wondering I love the idea of doing native compression in js.
-
With the recent additions of zstandard support to RomVault (zip, 7z, and chd), MAME (zip and chd, mamedev/mame#11827), and libchdr (chd, rtissera/libchdr#106), this is a prime time to add support to R…
-
Ideally without having to recompress the disk image (which would go over CPU use limits of the Cloudflare Worker), but this may not be possible for all compression formats (see https://github.com/vasi…
-
Some compression formats that could be added. Being in the list does not mean they will be added, just taked into account:
- [x] wim -> `1.2.0r 3840+`
- [ ] lha
- [ ] lzh
- [ ] lz4 #85
- [ ] lz…
aonez updated
2 months ago
-
Unless I'm misunderstanding something, currently one must use `gz` or `xz` as compression formats. Because of this, during the building of rust itself, the `fabricate` process uses 100% CPU (aka 1 cor…
-
@ventoy All the listed currently-supported disk image formats are typically uncompressed, which is wasteful when supporting multiple disk images on an often limited-space USB drive. Could compression…
-
The decision to compress files often depends on factors like file size, access frequency, and storage considerations. Here's a more specific elaboration:
Large and Infrequently Accessed Files: La…