Introduction - If you have any usage issues, please Google them yourself
Head-compress algorithm was a commonly used algorithm for compressing sparse array, which was widely applied
in OLAP(Online Analytic Processing). According to the speciality of the head-compress algorithms, the implementation
based on STL(Standard Template Library) was presented, which improved on the decompressing process. The stimulation
results showed that the improved algorithm was more efficient.