Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsShowcase → compression library
compression library
2006-08-21, 3:27 PM #1
heyo

ive been working on a little compression module for the past couple days and its now completed. It's a little static library (only 8.1 kb) and provides huffman encoding and decoding to buffers of data; which in turn can be used on files, network data, etc.

included in the zip are:
-CompMod library (compmod.h and compmod.lib)
-An example program that compresses and decompresses a file
-Complete source code (which may win an obfuscated code contest, lol)


be sure to read the readme.txt!

Compression Module
http://binarydemons.com/~strike/files/compmod.zip
[ B A H ]
Bad *** by nature,
Hackers by choice
2006-08-21, 4:35 PM #2
So its a version of winzip in lamens terms?

Downloading...
2006-08-21, 4:45 PM #3
Why not use arithmetic encoding? ignoring the patent of course. It's almost as easy and gets you closer to entropy.
Detty. Professional Expert.
Flickr Twitter
2006-08-21, 7:52 PM #4
because huffman is easy to understand :)
[ B A H ]
Bad *** by nature,
Hackers by choice
2006-08-21, 9:33 PM #5
Oooh huffman, I did one of those. I did LZ77 too. :)

2006-08-21, 10:09 PM #6
[QUOTE=The Mega-ZZTer]I did LZ77 too.[/QUOTE]
You should invent MAZZ22.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2006-08-22, 6:50 PM #7
Are you still working on your Sodium thing? it looked interesting...
Dreams of a dreamer from afar to a fardreamer.
2006-08-22, 9:00 PM #8
Originally posted by Fardreamer:
Are you still working on your Sodium thing? it looked interesting...


nope.. not since forever ago =/
[ B A H ]
Bad *** by nature,
Hackers by choice

↑ Up to the top!