index
:
gziplike
master
[ARCHIVED 2018] A toy implementation of a simple gzip-like LZSS text compressor written in Nim
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
add huffman tree structure and serialisation
pacien
2018-11-28
|
*
implement lzss encoding
pacien
2018-11-27
|
*
fix bit sequence read at end of stream
pacien
2018-11-25
|
*
Revert "Fix block aligment"
pacien
2018-11-25
|
|
|
|
This reverts commit c72f900ccc894aa8830ffe500e88aa0afc0ca8a0.
*
Add binary identity test
pacien
2018-11-25
|
*
Fix block aligment
pacien
2018-11-25
|
*
Add text file identity test
pacien
2018-11-25
|
*
Fix bitreader look-ahead overflow
pacien
2018-11-25
|
*
Implement program entry point
pacien
2018-11-24
|
*
Add last streamblock flag accessor
pacien
2018-11-24
|
*
Adapt max rawblock length to size field
pacien
2018-11-24
|
*
Add streamblock test and fix deserialisation
pacien
2018-11-23
|
*
Rename project
pacien
2018-11-23
|
*
Split bitstream into bitreader and bitwriter
pacien
2018-11-23
|
*
Partial implementation of streamblock
pacien
2018-11-23
|
*
Implement rawblock
pacien
2018-11-23
|
*
Implement bitstream
pacien
2018-11-23
|
*
Update project
pacien
2018-11-23
|
*
Init project
pacien
2018-11-10