Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们使用较少的独特元素(如 (az) 而不是 (Az)),LZ 算法系列的效率会提高吗?
目前是否有任何其他对随机唯一元素有效的压缩算法?
是的,效率会提高(平均而言),因为匹配时间会越来越长。此外,霍夫曼式压缩变得更强。
不明白你的意思。如果您的意思是单个字符是独立的,那么即使是基本的压缩算法也将达到理论上的最佳效率。