|
|
|
#1
|
|||
|
|||
|
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.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
||||
|
||||
|
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 5 Users Say Thank You to panker1992 For This Useful Post: | ||
DomoVoi_96 (01-09-2026), KaktoR (01-09-2026), ScOOt3r (02-09-2026), Spinneret94 (02-09-2026), Wanterlude (09-09-2026) | ||
|
#4
|
|||
|
|||
|
I've updated KaktoR's Oodle library collection to add a few more Oodle libraries I have stored on my hard drive.
Original post here. Please note that the v numbers in the dll names do not indicate the "version" of Oodle used. neither do the core numbers since these can be easily renamed. Ofc to use these dlls with oo2rec or XTool you will need to remove the _v* after win64. |
![]() |
|
|
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 |