Bit Archiver v0.7

Bit Archiver is a command-line archiver for compressing files. In this 
release only LWCX codec is active. LWCX is a bit-wise context mixing 
compressor which tries to mix order 0-4, 6. Also, a match model is used 
for longer contexts. A neural network performs mixing after context 
mapping and before a 2D SSE stage. Currently, there is no any filters or 
preprocessing stage. I'm trying to achive acceptable speed with a good 
compression ratio (compressing SFC to ~10-10.5 MB at 500kb/sec - 1 MB/sec).

Memory Usage
------------
Memory usage depends on the selected compression profile by "-p" switch.

Profiles
--------
1: Fastest ~50 MB
2: Fast    ~90 MB
3: Normal  ~170 MB
4: Good    ~330 MB
5: Best    ~650 GB

For more information about usage, run bit.exe without any parameters 
on command-line.

21 November 2008

Osman Turan
osman@osmanturan.com
http://www.osmanturan.com