Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sekvanto committed May 31, 2021
1 parent 93e26e4 commit 9358561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ par v1.0 compresses 30 MB per second. The extent of compression depends on file

# Architecture/technical details

Currently, the program is based on module-like architecture (mostly built on static methods). The main supported compression algorithm is Huffman coding, however a couple of other more efficient algorithms will be added in the future. Each compressed file has a header of the following structure:
Currently, the program is based on module-like architecture (mostly built on static methods). The main supported compression algorithm is Huffman coding, however a couple of other more efficient algorithms will be added in the future. Each compressed file has a heading of the following structure:

| Size in bytes | Name | Field description |
| --- | --- | --- |
Expand Down

0 comments on commit 9358561

Please sign in to comment.