| ??? 01/29/04 00:20 Read: times |
#63577 - String Compression Algorthim... |
Hi!
In an application, I have to have a large size of data array (with each element containing 6 bytes) in code section. In C we can say that i wanted to have, char LargeArray[1000][6]; Now this huge array is taking up my most of code memory. I wanted to know some algorthim which can compress data without using to much RAM. In other word i want to have some function which quickly decompresses data and return required data. like, char GetDataFromArray(int Address); I hope you guys understand what i mean. Thanks! |



