<div><span style="line-height: 1.5;">Hi,</span></div><div><br></div><div>I do some tests on the VSEncoding and Interpolative encoding.</div><div>I randomly generate 225284 numbers in ascending sort, and I encode these numbers with VSEncoder and Interpolative encoder, and compare the time for decoding.</div><div><br></div><div>The size of string generated by VSEncoder is 234720,</div><div>while the size of string generated by InterpolativeEncoder is 225854.</div><div><br></div><div>When compiling without -o2, 371ms is needed for VSDecoder, while 1042ms is needed for Interpolative.</div><div>But when using -o2, VSDecoder need 20ms, InterpolativeDecoder need 13ms.</div><div><br></div><div>Besides, VSEncoder costs much more time to encode than InterpolativeEncoder.</div><div><br></div><div>So I think VSEncoding algorithm is promising, but I need to optimize my code...</div><div><br></div><div><div style="color:#909090;font-family:Arial Narrow;font-size:12px">------------------</div><div style="font-size:14px;font-family:Verdana;color:#000;">Shangtong Zhang,<div>Second Year Undergraduate,</div><div>School of Computer Science,</div><div>Fudan University, China.</div></div></div><div> </div>