Quantcast
Channel: {%Pragmatic Coding%} » .NET
Viewing all articles
Browse latest Browse all 10

How to: Using TPL Dataflow for multithreaded file compression

$
0
0
In this small tutorial I will show you how to use TPL Dataflow  library with a quite trivial task - multithreaded file compression. PreInit We need to implement efficient compression of files using GZipStream  class in the System.IO.Compression namespace. It is assumed that we will compress large files that can not fit entirely in memory. TPL Dataflow TPL Dataflow (TDF) (The Read the full article...

Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images