POV-Ray : Newsgroups : povray.off-topic : Bloatware : Re: Bloatware Server Time
29 Jul 2024 10:32:07 EDT (-0400)
  Re: Bloatware  
From: Warp
Date: 31 Oct 2011 13:36:20
Message: <4eaedc94@news.povray.org>
Invisible <voi### [at] devnull> wrote:
> I had expected the zlib itself merely takes a pointer to a buffer full 
> of data, and a pointer to an empty buffer, and moves data from one to 
> the other, compressing or decompressing as requested. I'm surprised it 
> actually implements anything as high-level as file access.

  If the data you are decompressing doesn't fit into RAM, how are you
supposed to decompress it? (Answer: By streaming. In other words,
decompress small parts at a time. This requires more than one simple
"decompress this" function.)

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.