ZOt6

Results 9 issues of ZOt6

**Motivation:** In the current implementation of `ServerApp` trait (name the trait if possible), we have a synchronous method `cleanup` designed to clean up resources when a service is stopped. However,...

enhancement
Accepted

把翻译源切到DeepL报错: ![image](https://github.com/EdgeTranslate/EdgeTranslate/assets/57828206/26b569d6-2269-45fd-8643-97fd6f13589c)

As we talked in https://github.com/iggy-rs/iggy/pull/650#pullrequestreview-1862058157 Write SendMessages directly to the stream to avoid unnecessary memory copies. I compared the BenchMark results and found that the performance did not improve. I...

resolve https://github.com/iggy-rs/iggy/issues/622 still in draft.

Perhaps trying to use write_vectored instead of write_all to reduce memory copying and system call overhead can improve the performance.

opentelemetry-proto was removed in #1713

Skip Changelog

## Bug Report ### Version master branch ### Crates `tonic` `tonic-build` ### Description When receiving a request with a content-type that does not start with application/grpc, the tonic library does...

`SetReuseFrames` has been shown to improve the performance of go-grpc, so I believe it can similarly enhance the performance of HTTP server/client. For https://github.com/golang/go/issues/68352