Re: Better compression performance across time?
- From: Jim Leonard <MobyGamer@xxxxxxxxx>
- Date: Mon, 12 May 2008 09:51:46 -0700 (PDT)
On May 12, 10:50 am, Phil Carmody <thefatphil_demun...@xxxxxxxxxxx>
wrote:
if formatting tracks
format track
compress data
write compressed data to disk
else
write raw data to disk
endif
I see that the implementation of the algorithm (formatting and writing
floppy disks) is getting confused with what I'm actually asking.
Let's *completely forget* about writing to floppy disks and let me
instead pose my question thusly:
I have a system where there is an opportunity to compress a stream of
data before it is sent to its destination. The time I have to
compress the data is variable; that is, I do not know how much time I
have to compress before the data *must* be sent, and that time could
arrive while in the middle of the compression process. The output
stream can be broken up into variably-sized "compressed" and "non-
compressed" frames if necessary for transmission.
Given those constraints, is there an algorithm, or a particular way of
using an algorithm, that would satisfy this requirement? For example,
is there a family of algorithms where it is a design requirement to
interrupt the compression process, output what has compressed so far,
then output the remainder?
I can already think of ways to do this (see my OP) but was wondering
if there was an algorithm *specifically tuned* for this behavior.
.
- Follow-Ups:
- Re: Better compression performance across time?
- From: John Reiser
- Re: Better compression performance across time?
- References:
- Better compression performance across time?
- From: Jim Leonard
- Re: Better compression performance across time?
- From: John Reiser
- Re: Better compression performance across time?
- From: Jim Leonard
- Re: Better compression performance across time?
- From: Phil Carmody
- Better compression performance across time?
- Prev by Date: Re: Better compression performance across time?
- Next by Date: Re: Better compression performance across time?
- Previous by thread: Re: Better compression performance across time?
- Next by thread: Re: Better compression performance across time?
- Index(es):
Relevant Pages
|
|