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.
关于这方面的资料不多,我想要一些能让我理解的想法和思维方式。
可能什么都没有,除非你的数据中有模式可以利用。如果您的数据是随机数,那么无论您如何转换它,它都将是不可压缩的。
例如,如果 3D 数组的条目在给定维度上彼此相似,则转置数组(如有必要),使该维度中的元素相邻可以提高压缩率。如果这些元素是数字的并且往往彼此接近,那么增量编码可以改善压缩。