Reflate API

Reflate API v3.2

Нет прав для скачивания

Ramiro Cruzo

Новичок
Ramiro Cruzo submitted a new resource:

Reflate API - Reflate API for deflate precompression

Reflate is a universal deflate recompressor. Libraries used are built by Shelwien Sir

Код:
Usage:
  reflate c/d -l9 -t75p inputfile -o outputfile
  reflate c/d -t75p - -o - <stdin> <stdout>

  -t#: Number of threads to use ///Only applicable while decompressing
  -t#p: (default = 50) Percentage of threads to use
Read more about this resource...
 

Ramiro Cruzo

Новичок
Mickey1sD, :D I removed threading during compression so that we don't skip even a single stream, and for rearranging data to help in decompression
 

Ramiro Cruzo

Новичок
-XCX-, Reflate is crashing, which means there must be something going wrong, check memory usage, most probably you're out of memory
 

Mickey1s

Ветеран
Модератор
yes. game: Dark Souls III
input 23.1 ГБ

unpack error:
Код:
Extracting 17 files, 24,827,368,092 bytes. Processed  44.5%
ERROR: write error (disk full?) in compression algorithm reflatearc: read: invalid argument (Bad file descriptor)

arc: CompressionLib_dbHm: interrupted
 
Последнее редактирование:

Ramiro Cruzo

Новичок
Mickey1s, Thanks for confirming my doubts, it's happening because Reflate stores the stream in memory to process... will add a switch to edit streams stored in memory so that you can reduce it in the case of games with big streams.
 

Mickey1s

Ветеран
Модератор

-XCX-

Новичок
FreeArc 0.67 (March 15 2014) extracting archive: ad.cpi
Extracting 3 files, 1,135,497,216 bytes. Processed 76.3%
ERROR: write error (disk full?) in compression algorithm reflate

arc.exe: read: invalid argument (Bad file descriptor)

Got this error again
I understood that you are make us April Fool.
HAHAHAHHAAHHAHAHA:bad:
 

Mickey1s

Ветеран
Модератор
fix it:
Processed Deflate Part: 299 MB/299 MB
Input Size: 299 MB
Output size: 0.00 MB
Time Taken: 91156 ms
Errorlevel=0
Compressing 749,025,267 bytes with srep64 -l256 -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

and v3.2 i am testing:drinks:
 

Ramiro Cruzo

Новичок
Mickey1s, it's not possible to track file size in stdio or maybe it is...Will try :)

-XCX-, dunno man, I compressed and extracted entire JC3 and GTAV with this w/o any error, can't solve it until you tell me the specifics.
 

Mickey1s

Ветеран
Модератор
game: Dark Souls III
input 23.1 ГБ

Extracted 17 files, 20,772,191,313 => 24,827,368,092 bytes. Ratio 83.67%
Extraction time: cpu 1163.72 sec/real 755.46 sec = 154%. Speed 32.86 mB/s
All OK
:dance:
 
Сверху