Closed
Bug 51999
Opened 25 years ago
Closed 24 years ago
Compressed Cache
Categories
(Core :: Networking: Cache, enhancement, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: netdragon, Assigned: neeti)
Details
It might slow things down a little, but I think people should have the option of
having their cache stored on disk in compressed form.
Comment 1•25 years ago
|
||
Since one of the goals of a cache is to speed up things, I don't think it would
be reasonable nor useful (compressing html and css is ok but compressing jpgs
and gifs is out of question)
Comment 2•25 years ago
|
||
--> networking cache, even though I doubt this is a valid rfe.
Assignee: asa → neeti
Component: Browser-General → Networking: Cache
QA Contact: doronr → tever
Reporter | ||
Comment 3•25 years ago
|
||
Hmmm - then that would make it virtually useless. RLEing the documents wouldn't
slow things down much but documents aren't very big.
It would be an option for people with low disk space. Speed is not an issue.
![]() |
||
Comment 4•24 years ago
|
||
Compressing gifs and jpegs is unlikely to yield much improvement anyway....
Reporter | ||
Comment 5•24 years ago
|
||
Of course zipping it wouldn't do much - but there must be a compression tecnique
that would work.
![]() |
||
Comment 6•24 years ago
|
||
What makes you think so?
Compression techniques basically work by taking the actual information contained
in the file and expressing it in a smaller number of bits, paying the cost of
having a higher average entropy per bit.
Now at some point you start averaging an entropy of 1 per bit, at which point
further lossless compression is essentially impossible. Gifs and Jpegs are
already compressed with rather decent algorigthms, so compressing them further
is hard both practically and theoretically.
In any case, unless you have a compression techinque to suggest that will work
well on jpegs and gifs, I suggest this bug be marked invalid....
Reporter | ||
Comment 7•24 years ago
|
||
The only algorithms that would work in my opinion would probably take too much
time. There are many algorithms that would do the job, but with our current
computing abilities - they are way to complicated for todays computers.
Therefore, the only things that could be compressed in the cache are text -
which would be practically worthless.
![]() |
||
Comment 8•24 years ago
|
||
Brian,
If you think that cache compression would be "practically worthless" until
computing technology improves significantly, why did you open this bug?
Reporter | ||
Comment 9•24 years ago
|
||
I was hoping someone knew of a compression algorithm I wasn't aware of that
would work.
The thing is that Outlook Express compresses the headers. I took that to think
that it compressed the images too. Then after I submitted the bug, I tried
zipping, etc. images to no avail. Now I realize it can't be done with today's
computers ( I found some techniques that would work but need hardware
acceleration).
Please confirm as invalid. Sorry about the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 10•24 years ago
|
||
vrfy invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•