-
Notifications
You must be signed in to change notification settings - Fork 0
Senevri/compression
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My "do it yourself" C compression project. Educational. FIXED ISSUES: dictionary swap works, now generates a sorted dictionary. CURRENT ISSUES: - something glitchy about RLE - OS specific. - Dictionary: slow_sort is slow, TODO: Dictionary remove heaviest keywords from source, split remaining to text blobs, go through right branch 'til there's no more heaviest, get to next etc. Generate huffman codes based on results (removing the heaviest keyword may invalidate the #2->#n keywords, so it's actually #n+1 which is next valid.
About
Reinventing the wheel as research
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published