"crunch"--I@can't understant its meaning!
From: EricLi (EricLi.1daqdn_at_mail.codecomments.com)
Date: 09/28/04
- Next message: James Kuyper: "Re: contiguity of arrays"
- Previous message: Dan Pop: "Re: [OT] struct and union alignment"
- Next in thread: Joona I Palaste: "Re: Qcrunch=22=2D=2DI=81=40can=27t?= understant its meaning!"
- Reply: Joona I Palaste: "Re: Qcrunch=22=2D=2DI=81=40can=27t?= understant its meaning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Sep 2004 08:14:48 -0500
In Arc source code,this word exist in comment.
/* To save much memory (which we badly need at this point), we overlay
* the table used by the previous version of Lempel-Zev with those
used
* by the new version. Since no two of these routines will be used
* together, we can safely do this. Note that the tables used for
Huffman
* squeezing may NOT overlay these, since squeezing and *crunching* are
done
* in parallel.
static long *htab = (long *) string_tab; /* hash code table
*(crunch)* */
-- EricLi ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------
- Next message: James Kuyper: "Re: contiguity of arrays"
- Previous message: Dan Pop: "Re: [OT] struct and union alignment"
- Next in thread: Joona I Palaste: "Re: Qcrunch=22=2D=2DI=81=40can=27t?= understant its meaning!"
- Reply: Joona I Palaste: "Re: Qcrunch=22=2D=2DI=81=40can=27t?= understant its meaning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|