Ejemplo n.º 1
0
 public Compressor()
 {
     _threadAmount = SystemInfo.GetCoreAmount() - 1;
     _chunkSize    = 128 * 1024;
 }