zlib

  • 网络压缩算法
zlibzlib
  1. The ZLIB compression algorithm requires more processor time but works well when applied to more varied data .

    ZLIB压缩算法需要更多的处理器时间,但适用于更具变化性的数据。

  2. File Size-AMF objects are very small and are compressed using zlib .

    文件大小&AMF对象非常小且使用zlib压缩。

  3. The built-in zlib module helps in handling gzip files and is good enough for most cases .

    内建的zlib模块可帮助处理gzip文件,对于大多数情况它都够好。

  4. Box2D and Bullet both use the Zlib license ( which supports their use in commercial applications ) .

    Box2D和Bullet均使用的是Zlib许可(支持二者在商业应用中的使用)。

  5. TinyXML is released under the ZLib license , so you can use it in open source or commercial code .

    TinyXML以Zlib许可来发布,所以你可以在开源或者商业软件中使用它。

  6. Zlib : Zlib is part of the Gzip utility suite .

    Zlib:Zlib是Gzip实用程序套件的一部分。

  7. The zlib format defined in RFC1950 in combination with the deflate compression mechanism described in RFC1951 .

    RFC1950中定义的zlib格式,并与RFC1951中定义的deflate压缩机制相结合。

  8. While cramfs metadata is not compressed , cramfs uses zlib compression on a per-page basis to allow random page access ( pages are decompressed upon access ) .

    虽然cramfs元数据没有经过压缩,但是cramfs针对每个页面使用zlib压缩,从而允许随机的页面访问(访问时对页面进行解压缩)。