Code Comments
Programming Forum and web based access to our favorite programming groups.I would like functions, in C or C++, that compress and uncompress arrays in memory. Any suggestions? Thanks, Mike.
Post Follow-up to this message"Mike - EMAIL IGNORED" <m_d_berger_1900@yahoo.com> wrote in message news:429B236E.5DC16B3D@yahoo.com... >I would like functions, in C or C++, that compress > and uncompress arrays in memory. Any suggestions? > Thanks, > Mike. a few things need to be answered here, eg: arrays of what?... an array of bytes is different, eg, than an array of floats, or one of structs. likewise, what kind of data is in said "array", eg, is it sparse numerical data, or a dense dense glob of text, ... once all this is answered, then a better answer may be possible...
Post Follow-up to this messagecr88192 wrote: > > "Mike - EMAIL IGNORED" <m_d_berger_1900@yahoo.com> wrote in message > news:429B236E.5DC16B3D@yahoo.com... > > a few things need to be answered here, eg: > arrays of what?... > > an array of bytes is different, eg, than an array of floats, or one of > structs. likewise, what kind of data is in said "array", eg, is it sparse > numerical data, or a dense dense glob of text, ... > > once all this is answered, then a better answer may be possible... Two kinds of arrays: ASCII characters; and nondescript bits. Mike.
Post Follow-up to this messageMike - EMAIL IGNORED wrote: > cr88192 wrote: > > Two kinds of arrays: > ASCII characters; > and nondescript bits. > Mike. http://www.gzip.org/zlib/ -- Matt Mahoney
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.