K
Kevin
(I searched through this group, but found little about this.)
In my program, there are a lot of arrays like: int[]. They are usually
100 - 1000 in length, with the values of each entry be a normal
integer. These int[] need to be stored in memory for fast acecss by
some other codes.
I heard (actually, our manager wants it) that they are ways to save
some memory by storing these int[] as "compressed". Any one could point
me some example codes of it?
I wish is it "loseless", and it has a range similar to the int (does
not require the exact range as int for our applications).
Thanks a lot and happy holiday!~
In my program, there are a lot of arrays like: int[]. They are usually
100 - 1000 in length, with the values of each entry be a normal
integer. These int[] need to be stored in memory for fast acecss by
some other codes.
I heard (actually, our manager wants it) that they are ways to save
some memory by storing these int[] as "compressed". Any one could point
me some example codes of it?
I wish is it "loseless", and it has a range similar to the int (does
not require the exact range as int for our applications).
Thanks a lot and happy holiday!~