Really simple short string compression

后端 未结 9 1296
感动是毒
感动是毒 2020-12-01 16:21

Is there a really simple compression technique for strings up to about 255 characters in length (yes, I\'m compressing URLs)?

I am not concerned with the strength o

9条回答
  •  情深已故
    2020-12-01 16:37

    What's your goal?

    • A shorter URL? Try URL shorteners like http://tinyurl.com/ or http://is.gd/
    • Storage space? Check out System.IO.Compression. (Or SharpZipLib)

提交回复
热议问题