|
#181
|
|||
|
|||
|
instead of -ssd -hddslow -hddfast you could add a in memory buffer. a set size of memory will be allocated at start (ex: 64mb). you first write processed output to this memory buffer and when its full you flush it directly to storage (1 write operation, works on a separate thread) and in the meantime allocate another memory buffer to start again. so instead of a 1gb file doing 4k+ write operations (with -hdd*) it will do only 16-17 write operations.
|
| The Following 3 Users Say Thank You to wrathma For This Useful Post: | ||
| Sponsored Links |
|
#182
|
|||
|
|||
|
Quote:
Last edited by newfolder; 11-06-2026 at 07:54. |
|
#183
|
||||
|
||||
|
Quote:
Issues - A significant number of streams are left behind (not detected), scanner needs some improvements - Even though there's only one game known to use of internal crc checks sendQuantumCRCs (The Crew 2), such data cannot be processed by this project - spaceSpeedTradeoffBytes cannot be set by user and/or program does not check input for this change meaning games that this program cannot work on games that use the frostbite engine - this project suffers from the same problem as xtool with leviathan and some hydra streams where they can be detected but not processed at all The streams that are left behind can be however seen by this tool which can be found here, it's good that it is also open source as well, should help with development.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
newfolder (11-06-2026) | ||
|
#184
|
|||
|
|||
|
Quote:
The public repo is only ~2 days old (still v33.1), but I'm actively developing the Trinity Engine branch (Oodle + Unity LZ4 + Zlib + Preflate) with perfect AES roundtrips. Scanner improvements are my top priority right now. Would love to hear more details about the missed streams or any test files you can share. Open to collaboration! https://github.com/johna124/Oodleforge Last edited by newfolder; 11-06-2026 at 07:49. |
| The Following User Says Thank You to newfolder For This Useful Post: | ||
Dunnowho69 (22-06-2026) | ||
|
#185
|
|||
|
|||
|
Could someone make a 64-bit version of this "t5lzma.exe" (source code) program? (While maintaining compatibility.) The 32-bit version only supports dictionary sizes up to "-d27", it no longer supports "-d28", although it is a good question whether it could handle higher ones. It is noticeably slower than the classic 7z/LZMA, but perhaps it could be minimally better.
|
|
#186
|
|||
|
|||
|
An interesting precomp-fork, 32bit test package. (Only suitable for zlib-streams.)
Its compression speed, thread-dependent, can be up to 50+ MB/s. The decompression speed is slightly minimally faster. (Unfortunately, it also has quite strong limitations.) Original author's description: Quote:
Last edited by kj911; 03-07-2026 at 17:42. |
| The Following 3 Users Say Thank You to kj911 For This Useful Post: | ||
|
#187
|
||||
|
||||
|
Archiver, Demo,
Archiver has in-built a patch engine which allows you to create a patch from 2 folders, and then make it into a proprietary format, The format itself is designed to be streaming, compressed and deduplicated, precompression failed for this as the patches themselves fail to give proper data which precompression can understand. the reason is because the patch itself isnt aligned data which each algo is designed to work with. What this streaming, delivers is a seamless performance which will decompress, edit each file verify it and delete the old one, you can use the folder to patch as well in case the you dont like the idea of having a prebaked archive format, The API itself in Inno has the ability to take in such a format and applying it, and still maintaining the progress in a progressbar. Added Edit: Archiver IO Massive, exec2 in the works @echo off archiver i -exec2 -c0="D:\Epica" -c1="ffmpeg.exe" -c2="-i" -c4="-vn -b:a 256k -y" -c5="mp3" -c6=".ogg" pause
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; 01-09-2026 at 14:51. |
| The Following 6 Users Say Thank You to panker1992 For This Useful Post: | ||
DomoVoi_96 (01-09-2026), KaktoR (01-09-2026), Lord.Freddy (Today), ScOOt3r (02-09-2026), Spinneret94 (02-09-2026), Wanterlude (09-09-2026) | ||
|
#188
|
||||
|
||||
|
|
| The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#189
|
||||
|
||||
|
MPZ Wrapper v2
Changelog:
Code:
▪︎ Complete rewrite of the wrapper core replaced the old C++/coroutine-based implementation with a cleaner C89-compatible state-machine design. ▪︎ More reliable DLL handling MpzSlimmer.dll is now loaded from the executable directory with validation and safer dependency/search-path handling. ▪︎ Safer codec execution codec crashes and unexpected failures are caught and reported instead of leaving the process hanging or terminating silently. ▪︎ Robust input/output handling improved Win32 I/O, buffering, seeking, partial reads/writes and support for both regular files and stdin/stdout. ▪︎ Configurable I/O buffer size buffer size can now be specified from the command line for better control over performance and memory usage. ▪︎ Progress reporting file-to-file operations now show processing progress. ▪︎ 2 GB stream protection inputs and outputs exceeding the codec's supported 32-bit limit are detected and rejected safely. ▪︎ Same-file protection prevents accidentally using the same file as both input and output. ▪︎ Automatic cleanup on failure incomplete output files are removed when processing fails, avoiding misleading/corrupted results. ▪︎ Better command-line interface explicit c / d modes, - for stdin/stdout, optional buffer size, and -h / --help. ▪︎ Overall stability improvements numerous edge cases around EOF, pipes, large files, errors and cleanup were handled explicitly instead of relying on the old coroutine behavior. Compiled with: gcc-14.2.0-mingw-w64msvcrt-12.0.0 The source code will be added to the post shortly, once Ive finished a few final cleanups and adjustments. |
| The Following 3 Users Say Thank You to Lord.Freddy For This Useful Post: | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Support and Help on Game Compression Tools and Methods | Snake288 | Conversion Tutorials | 4 | 18-04-2020 06:30 |
| Help choosing an mp3 player | ikermalli | Media Players | 8 | 22-08-2010 23:15 |
| [REQ] Pac-Man World 2 Starforce 3 Crack (RLD Tools inside) | newone111 | PC Games | 48 | 21-03-2010 00:22 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| Daemon Tools Question | Overthere | PC Games | 11 | 16-06-2003 17:02 |