cloudwego / hertz

Go HTTP framework with high-performance and strong-extensibility for building micro-services.
https://www.cloudwego.io
Apache License 2.0
5.04k stars 491 forks source link

feat: add intel/fastgo compression option #1114

Open cocotyty opened 3 months ago

cocotyty commented 3 months ago

What type of PR is this?

perf

Check the PR title.

(Optional) Translate the PR title into Chinese.

添加 intel/fastgo 压缩选项

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en: Intel FastGo can benefit the compression at a level lower than 3 and the decompression for all levels. This PR is aimed to provide an out-of-box optimization on Intel Xeon platform by leverage Intel FastGo. zh(optional): Intel FastGo 可在低于 3 级的压缩和所有级别的解压缩中发挥作用。本 PR 的目的是利用 Intel FastGo 在 Intel Xeon 平台上提供开箱即用的对 Hertz 中的压缩解压缩的性能优化。

(Optional) Which issue(s) this PR fixes:

N/A

(Optional) The PR that updates user documentation:

N/A

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.