Thread: compression algorithms

  1. #1
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533

    compression algorithms

    Does anyone know of a good site for compression algorithms in C/C++

    I was all over google but all I found was broken-refrences and books to buy.

    I just want to do a little research on compression algorithms for the heck of it.

    -LC
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Check out the contest board :P

    Or look up Huffman compression and/or LZW compression. There's also arithmetic compression. (Personally, I find Huffman compression interesting, LZW not too exciting, and arithmetic confusing, but I've only read one thing on arithmetic compression)
    Away.

  3. #3
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    Yeah I have read those but I just have a hard time believing that THAT is all there is to compression. Maybe I was looking at the wrong place, oh well.

    -LC
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Compression is pretty simple in theory, but in practice it can be a bit harder to implement than it seems like it would be.
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Compression
    By Ezerhorden in forum C++ Programming
    Replies: 5
    Last Post: 02-11-2006, 10:19 AM
  2. compression
    By X PaYnE X in forum C Programming
    Replies: 20
    Last Post: 01-11-2005, 05:14 PM
  3. efficient compression algorithm pls
    By gooddevil in forum C Programming
    Replies: 7
    Last Post: 05-08-2004, 03:33 AM
  4. help: compression algorithms...
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 02-24-2002, 06:10 AM