Compression algorithims....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Hubbard

    #1

    Compression algorithims....

    I went to the compression newsgroups, but all I saw was spam. So, I
    thought I'd post his question here to get the best info I could from other
    programmers.

    Which compression algorithm offers the fastest compression of text data?

    Which compression algorithm offers the best compression of text data?

    I need to do in memory compression of text data before sending it over a
    TCP connection. Zip is the old standby....but are there better algorithms
    for speed or compression ratios?

    Thanks for your help.


  • Cor

    #2
    Re: Compression algorithims....

    Hi Jim,

    Search this newsgroup for it on Google

    It has been very much spoken there in very much sitiations.
    Fergus Cooney did a lot of research in it, so maybe you can have a look at
    it.

    But also others.



    I hope you find it,

    Cor


    Comment

    • phoenix

      #3
      Re: Compression algorithims....

      Looks like you were looking in the wrong groups. Try comp.compressio n it is
      pretty active. One of the frequent posters in there maintains a good site
      (http://www.datacompression.info). Not all links he points to are recent but
      you can find some decent thing under 'benchmarks'

      Yves

      "Jim Hubbard" <1@2.com> schreef in bericht
      news:TYITb.2205 8$Vg3.8278@bign ews5.bellsouth. net...[color=blue]
      > I went to the compression newsgroups, but all I saw was spam. So, I
      > thought I'd post his question here to get the best info I could from other
      > programmers.
      >
      > Which compression algorithm offers the fastest compression of text[/color]
      data?[color=blue]
      >
      > Which compression algorithm offers the best compression of text data?
      >
      > I need to do in memory compression of text data before sending it over[/color]
      a[color=blue]
      > TCP connection. Zip is the old standby....but are there better algorithms
      > for speed or compression ratios?
      >
      > Thanks for your help.
      >
      >[/color]


      Comment

      Working...