Compression Libraries
Underlying implementation
Currently Envoy uses zlib as a compression library.
Note
zlib-ng is a fork that hosts several 3rd-party contributions containing new optimizations. Those optimizations are considered useful for improving compression performance. Envoy can be built to use zlib-ng instead of regular zlib by using --define zlib=ng
Bazel option. The relevant build options used to build zlib-ng can be evaluated in here. Currently, this option is only available on Linux.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .