你的位置: 码友网首页 / 资讯源列表 / ASP.NET Core 6: Bring your custom compression provider in gRPC

关于[ASP.NET Core 6: Bring your custom compression provider in gRPC]的摘要:

The compression of data during their transport on the Internet or a network makes it possible to gain significantly in terms of performance. If gRPC is already efficient thanks to the payloads transported in binary via HTTP/2, it is possible to improve its performance a little more. It is possible to use Gzip compression quite easily with gRPC, however if you plan to use another compression algorithm, such as Brotli, you will have to implement it yourself and that is what I will show you in this article.

原文地址: https://anthonygiretti.com/2022/09/21/asp-net-core-6-bring-your-custom-compression-provider-in-grpc/

收录时间: 2022-09-26 浏览量: 590 分类: ASP.NET Core

| 5 收藏 | 0