|
#1
|
|||
|
|||
|
Cls mpzmt
MPZAPI is a mp3 compressor with high ratio.
Generally it supports stdio and it's slow. Anyways, here's a cls for multithreaded mpz with stdio support. Default ChunkSize is 64MB but it doesn't need any file io. Test using two threads. Quote:
Input: 300MB mp3 files. Output: 266733 KB OutputMT: 266797 KB See? Almost no difference here. *Note: This cls may cause a bug to hang the installer after extraction. I didn't face it but it may have. |
| The Following 8 Users Say Thank You to 78372 For This Useful Post: | ||
Carldric Clement (26-11-2019), ffmla (27-11-2019), Harsh ojha (01-12-2019), KaktoR (26-11-2019), oltjon (29-11-2019), shazzla (26-11-2019), Simorq (26-11-2019), ZAZA4EVER (26-11-2019) | ||
| Sponsored Links |
|
#4
|
||||
|
||||
|
Code:
Compressed 85 files, 1,134,801,037 => 887,316,349 bytes. Ratio 78.19% Compression time: cpu 1.70 sec/real 535.51 sec = 0%. Speed 2.12 mB/s All OK Extracted 85 files, 887,316,349 => 1,134,801,037 bytes. Ratio 78.19% Extraction time: cpu 1.89 sec/real 487.87 sec = 0%. Speed 2.33 mB/s All OK
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
78372 (26-11-2019) | ||
|
#5
|
|||
|
|||
|
Probably after srep the chunksize was less than required for using all threads. Keep checking on task manager/ Process hacker to see how many mpzapi.exe were launched at a time.
|
|
#6
|
||||
|
||||
|
Are there any CLS.ini settings?
__________________
Haters gonna hate
|
|
#7
|
|||
|
|||
![]() |
|
|