[Exceptional C++ Style] Item 26 -- Data Formats and Efficienc y

David Sykes d.sykes at pindar.com
Mon Jan 31 10:48:44 EST 2005


> 
> In my experience (i.e. a very few cases), a more efficient data format
> compresses to something a little smaller than an inefficient 
> one. Usually
> it's a law of diminishing returns though.
> 

In general this should almost always be the case, as an inefficient data
format will include redundant information that the compression algorithm
must keep.

David Sykes
[ *** LongSig auto truncated *** ]

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
---



More information about the Effective-cpp mailing list