How can I further speed up this LZ77 decompression routine?

前端 未结 0 1426
天涯浪人
天涯浪人 2021-01-18 08:18

I have the following decompression routine for decompressing some LZ77 streams:

private static readonly byte[] Buffer = new byte[0x2000];

private static void         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题