Re: compression - insights into infinite



On May 31, 6:32 pm, jules Gilbert <jules.sto...@xxxxxxxxx> wrote:
I have developed a fundamentally new class of compressor (which is
after all, a very interesting type of transform, mathematically.) But
I need to convince others that I actually have done this, and that
means demonstations and the like. Not showing the code, but at least
one or two private demos.

The only test that will convince anyone is to take an uncompressable
source (such as the million random-digit file, or a file provided by
Adler, Mahoney, etc.), compress it, and then make the decompressor +
compressed data file available to everyone. This has several
benefits:

- Code + data file < size of original file proves that your system
does indeed compress any data
- Working decompression code proves the system functions and is
reversible
- You have a working system to then take public and get funding for

Remember, at no point do you make the *compressor* available, which
keeps your methods safe from theft. Even for funding, you still don't
need to show anyone the compressor until everything is to your
satisfaction. (You will be called on to provide more examples,
however, ie. repeatable tests with different files will need to be
compressed by you and the resulting compressed data made available for
trials. Again -- you never show the compressor to anyone -- your
method is kept safe.)

Until you do that, it is somewhat pointless to make claims (unless you
are asking for help and/or advice).
.



Relevant Pages

  • Problem writing compressed data to disk
    ... fun to compress a text file and write it to a disk file. ... Create a DeflateStream by wrapping up a MemoryStream. ... Write the compressed data into the underline stream (the ... Call the MemoryStream's Write method to dump the compressed data ...
    (microsoft.public.dotnet.languages.csharp)
  • Zlib question : using Z_FULL_FLUSH to build random access index into compressed data
    ... compress each chunk separately using the same zstream with the flush ... I could observe a bit pattern in compressed data sometimes ... pattern exhibits, ... to the fixed chunk size). ...
    (comp.compression)
  • Re: compression - insights into infinite
    ... The only test that will convince anyone is to take an uncompressable ... Adler, Mahoney, etc.), compress it, and then make the decompressor + ... compressed data file available to everyone. ... keeps your methods safe from theft. ...
    (comp.compression)
  • Re: LZW decode for images - syntax
    ... > I have a monochrome bitmap image that I compress using LZW and send to ... How to specify the compressed data which is in binary format? ... > Is this EOD marker always 257 for LZW? ...
    (comp.lang.postscript)
  • Re: compression - insights into infinite
    ... The only test that will convince anyone is to take an uncompressable ... Adler, Mahoney, etc.), compress it, and then make the decompressor + ... I don't intend to get replaced; I intend to quit when I am no longer ... But -- this is the most critical statement ...
    (comp.compression)