|
#11
|
|||
|
|||
|
@Simorq,
I think FitGirl has already answered your question. In addition, let me describe how PMT works. PMT splits your input as blocksize you have specified. If your encoder doesn't support stdio, it makes temporary files and runs your encoder over it. It requires disk space for that. If your encoder supports stdio, then it uses memory for storing blocks. Basically the additional memory you need here is blocksize * threads + encoded size * threads. Same goes for non-stdio but it takes disk space and temp files then. PMT can't work without extra memory for stdio as PMT itself supports stdio, and without using blocks, both stdio support for encoding+decoding is not possible. Also, even without stdio, running a lot of instances parallelly and writing to same output isn't possible. So either way it requires extra memory or temp files. As the program requires blocks, encoders/compressors that require full files(such as bpk or srep) won't work perfectly/won't work at all. I think this answers and will answer to future questions regarding PMT. |
| The Following User Says Thank You to 78372 For This Useful Post: | ||
Simorq (26-12-2019) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| plzip_modded - parallel 64bit lzma (de)compressor and a direct 4x4:lzma replacement | elit | Conversion Tutorials | 17 | 26-03-2018 07:08 |
| Driver Parallel Lines | cdkiller | PC Games - Protection List | 0 | 03-07-2007 04:16 |
| DRIVER Parallel Lines - savegame needed | speedfreak | General Gaming | 0 | 30-06-2007 19:49 |
| Driver: Parallel Lines (Multi lang to 1 lang) | mondragon | PC Games - CD/DVD Conversions | 0 | 28-06-2007 10:03 |
| Powerswitch thru USB or Parallel port | EMPiRE | Hardware | 1 | 29-03-2006 04:38 |