This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch optimize/adaptive-compression
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
discard 6c18e672 feat: add adaptive gzip compression for gRPC responses
omit 1054ad26 fix: add empty data check in ProtobufFrameSerializer fast
path for handleUnary
omit df09e326 Eliminate Option.map lambda allocation in negotiated method
omit 089a5fde Optimize methodName to use Uri.Path structure matching
instead of toString
omit 6dde1af2 Apply offset-aware deserialization to Java DSL unmarshal
strict path
omit 49b8988e Add offset-aware protobuf deserialization to avoid
ByteString.slice allocation
omit b30f63f4 Reduce per-request allocations on unary gRPC hot path
omit e8d9f420 refactor: optimize native identity strict gRPC decoding
omit ba496af9 Pre-create unary method lambdas to avoid per-request
allocation
omit 2e40a105 Prefer Identity codec for gRPC response encoding to eliminate
Gzip overhead
omit 1bf55d0b Fix string comparison bug in negotiate fast path + optimize
deserialization
add 2e71177d Prefer Identity codec for gRPC response encoding to eliminate
Gzip overhead
add 0697af24 Pre-create unary method lambdas to avoid per-request
allocation
add 97e842a3 refactor: optimize native identity strict gRPC decoding
add e5ec2bc8 Reduce per-request allocations on unary gRPC hot path
add 714b8413 Add offset-aware protobuf deserialization to avoid
ByteString.slice allocation
add 76f82abf Apply offset-aware deserialization to Java DSL unmarshal
strict path
add 6a5aa5e5 Optimize methodName to use Uri.Path structure matching
instead of toString
add fa0d167c Eliminate Option.map lambda allocation in negotiated method
add decc7e9d fix: add empty data check in ProtobufFrameSerializer fast
path for handleUnary
add b3c829ad feat: add adaptive gzip compression for gRPC responses
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6c18e672)
\
N -- N -- N refs/heads/optimize/adaptive-compression (b3c829ad)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
runtime/src/main/scala/org/apache/pekko/grpc/GrpcProtocol.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]