<div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-rss"><div class="field-items"><div class="field-item even">The small test program shows how memory and file I/O operations may be accelerated using multiples threads.
Scenario
The program uses
- N threads (1 means a single thread)
- X bytes of memory to allocate a huge block (255 MB by default)
- M files to dump some huge memory block
The running program